Html Css Color HEX #D37DEA Heliotrope

📋 copy color: '#D37DEA'

red 211 ◦ green 125 ◦ blue 234

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

Shades of Heliotrope #D37DEA

Tints of Heliotrope #D37DEA

RGB

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

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

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

R = 37.02%
G = 21.93%
B = 41.05%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D37DEA (or 0xD37DEA) is known color: Heliotrope. HEX triplet: D3, 7D and EA. RGB value is (211,125,234). Sum of RGB (Red+Green+Blue) = 211+125+234=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #D37DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DEA is #2C8215. Grayscale: #A2A2A2. Windows color (decimal): -2916886 or 15367635. OLE color: 15367635.

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

Color convert

RGB 211 125 234 -
CMYK 0.10 0.47 0 0.08
HSL 287.34º 0.72% 0.7% -
HSV(B) 287.34º 0.47% 0.92% -
XYZ 49.05 34.46 81.91 -
YUV 163.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 211 125 234 0.10 0.47 0 0.08 287.34 0.72 0.7
Hex D3 7D EA A 2F 0 8 11F 48 46
Octal 323 175 352 12 57 0 10 437 110 106
Binary 11010011 1111101 11101010 1010 101111 0 1000 100011111 1001000 1000110

Color Harmonies of #D37DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DEA

Black with #D37DEA

Text Example


Text Example

White with #D37DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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