Html Css Color HEX #D385F3 Heliotrope

📋 copy color: '#D385F3'

red 211 ◦ green 133 ◦ blue 243

#D385F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D385F3

Tints of Heliotrope #D385F3

RGB

 RED value IS 211 (82.81% from 255) = 35.95%

 GREEN value IS 133 (52.34% from 255) = 22.66%

 BLUE value IS 243 (95.31% from 255) = 41.4%

R = 35.95%
G = 22.66%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D385F3 (or 0xD385F3) is known color: Heliotrope. HEX triplet: D3, 85 and F3. RGB value is (211,133,243). Sum of RGB (Red+Green+Blue) = 211+133+243=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #D385F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385F3 is #2C7A0C. Grayscale: #A8A8A8. Windows color (decimal): -2914829 or 15959507. OLE color: 15959507.

HSL color Cylindrical-coordinate representation of color #D385F3: hue angle of 282.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D385F3 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 133 243 -
CMYK 0.13 0.45 0 0.05
HSL 282.55º 0.82% 0.74% -
HSV(B) 282.55º 0.45% 0.95% -
XYZ 51.43 37.1 89.24 -
YUV 168.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 211 133 243 0.13 0.45 0 0.05 282.55 0.82 0.74
Hex D3 85 F3 D 2D 0 5 11B 52 4A
Octal 323 205 363 15 55 0 5 433 122 112
Binary 11010011 10000101 11110011 1101 101101 0 101 100011011 1010010 1001010

Color Harmonies of #D385F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385F3

Black with #D385F3

Text Example


Text Example

White with #D385F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385F3; }

 p { color: rgb(211,133,243); }

 H1.HeaderClassName
 {
   color: #D385F3;
 }
 .AnyTagClassName
 {
   color: #D385F3;
 }
</style>

background-color css

<style>
 a { background-color: #D385F3; }

 a { background-color: rgb(211,133,243); }

 div.DivClassName
 {
   background-color: #D385F3;
 }
 .BgClassName
 {
   background-color: #D385F3;
 }
</style>

border-color css

<style>
 span { border-color: #D385F3; }

 span { border-color: rgb(211,133,243); }

 td.TdClassName
 {
   border-color: #D385F3;
 }
 .TagClassName
 {
   border-color: #D385F3;
 }
</style>