Html Css Color HEX #D372EF Heliotrope

📋 copy color: '#D372EF'

red 211 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #D372EF

Tints of Heliotrope #D372EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 37.41%
G = 20.21%
B = 42.38%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D372EF (or 0xD372EF) is known color: Heliotrope. HEX triplet: D3, 72 and EF. RGB value is (211,114,239). Sum of RGB (Red+Green+Blue) = 211+114+239=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #D372EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372EF is #2C8D10. Grayscale: #9C9C9C. Windows color (decimal): -2919697 or 15692499. OLE color: 15692499.

HSL color Cylindrical-coordinate representation of color #D372EF: hue angle of 286.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D372EF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 114 239 -
CMYK 0.12 0.52 0 0.06
HSL 286.56º 0.8% 0.69% -
HSV(B) 286.56º 0.52% 0.94% -
XYZ 48.46 32.12 85.31 -
YUV 157.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 211 114 239 0.12 0.52 0 0.06 286.56 0.8 0.69
Hex D3 72 EF C 34 0 6 11F 50 45
Octal 323 162 357 14 64 0 6 437 120 105
Binary 11010011 1110010 11101111 1100 110100 0 110 100011111 1010000 1000101

Color Harmonies of #D372EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372EF

Black with #D372EF

Text Example


Text Example

White with #D372EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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