Html Css Color HEX #D37DED Heliotrope

📋 copy color: '#D37DED'

red 211 ◦ green 125 ◦ blue 237

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

Shades of Heliotrope #D37DED

Tints of Heliotrope #D37DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.82%

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 36.82%
G = 21.82%
B = 41.36%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D37DED (or 0xD37DED) is known color: Heliotrope. HEX triplet: D3, 7D and ED. RGB value is (211,125,237). Sum of RGB (Red+Green+Blue) = 211+125+237=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #D37DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DED is #2C8212. Grayscale: #A3A3A3. Windows color (decimal): -2916883 or 15564243. OLE color: 15564243.

HSL color Cylindrical-coordinate representation of color #D37DED: hue angle of 286.07º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37DED is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 125 237 -
CMYK 0.11 0.47 0 0.07
HSL 286.07º 0.76% 0.71% -
HSV(B) 286.07º 0.47% 0.93% -
XYZ 49.48 34.63 84.2 -
YUV 163.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 211 125 237 0.11 0.47 0 0.07 286.07 0.76 0.71
Hex D3 7D ED B 2F 0 7 11E 4C 47
Octal 323 175 355 13 57 0 7 436 114 107
Binary 11010011 1111101 11101101 1011 101111 0 111 100011110 1001100 1000111

Color Harmonies of #D37DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DED

Black with #D37DED

Text Example


Text Example

White with #D37DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DED; }

 p { color: rgb(211,125,237); }

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

background-color css

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

 a { background-color: rgb(211,125,237); }

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

border-color css

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

 span { border-color: rgb(211,125,237); }

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