Html Css Color HEX #D385EA Heliotrope

📋 copy color: '#D385EA'

red 211 ◦ green 133 ◦ blue 234

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

Shades of Heliotrope #D385EA

Tints of Heliotrope #D385EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 36.51%
G = 23.01%
B = 40.48%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D385EA (or 0xD385EA) is known color: Heliotrope. HEX triplet: D3, 85 and EA. RGB value is (211,133,234). Sum of RGB (Red+Green+Blue) = 211+133+234=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #D385EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385EA is #2C7A15. Grayscale: #A7A7A7. Windows color (decimal): -2914838 or 15369683. OLE color: 15369683.

HSL color Cylindrical-coordinate representation of color #D385EA: hue angle of 286.34º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D385EA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 133 234 -
CMYK 0.10 0.43 0 0.08
HSL 286.34º 0.71% 0.72% -
HSV(B) 286.34º 0.43% 0.92% -
XYZ 50.1 36.56 82.26 -
YUV 167.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 211 133 234 0.10 0.43 0 0.08 286.34 0.71 0.72
Hex D3 85 EA A 2B 0 8 11E 47 48
Octal 323 205 352 12 53 0 10 436 107 110
Binary 11010011 10000101 11101010 1010 101011 0 1000 100011110 1000111 1001000

Color Harmonies of #D385EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385EA

Black with #D385EA

Text Example


Text Example

White with #D385EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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