Html Css Color HEX #D372ED Heliotrope

📋 copy color: '#D372ED'

red 211 ◦ green 114 ◦ blue 237

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

Shades of Heliotrope #D372ED

Tints of Heliotrope #D372ED

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.28%

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

R = 37.54%
G = 20.28%
B = 42.17%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D372ED (or 0xD372ED) is known color: Heliotrope. HEX triplet: D3, 72 and ED. RGB value is (211,114,237). Sum of RGB (Red+Green+Blue) = 211+114+237=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #D372ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372ED is #2C8D12. Grayscale: #9C9C9C. Windows color (decimal): -2919699 or 15561427. OLE color: 15561427.

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

Color convert

RGB 211 114 237 -
CMYK 0.11 0.52 0 0.07
HSL 287.32º 0.77% 0.69% -
HSV(B) 287.32º 0.52% 0.93% -
XYZ 48.17 32 83.76 -
YUV 157.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 211 114 237 0.11 0.52 0 0.07 287.32 0.77 0.69
Hex D3 72 ED B 34 0 7 11F 4D 45
Octal 323 162 355 13 64 0 7 437 115 105
Binary 11010011 1110010 11101101 1011 110100 0 111 100011111 1001101 1000101

Color Harmonies of #D372ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372ED

Black with #D372ED

Text Example


Text Example

White with #D372ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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