Html Css Color HEX #D372FF Heliotrope

📋 copy color: '#D372FF'

red 211 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #D372FF

Tints of Heliotrope #D372FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 36.38%
G = 19.66%
B = 43.97%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D372FF (or 0xD372FF) is known color: Heliotrope. HEX triplet: D3, 72 and FF. RGB value is (211,114,255). Sum of RGB (Red+Green+Blue) = 211+114+255=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #D372FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372FF is #2C8D00. Grayscale: #9E9E9E. Windows color (decimal): -2919681 or 16741075. OLE color: 16741075.

HSL color Cylindrical-coordinate representation of color #D372FF: hue angle of 281.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D372FF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 114 255 -
CMYK 0.17 0.55 0 0
HSL 281.28º 1% 0.72% -
HSV(B) 281.28º 0.55% 1% -
XYZ 50.93 33.1 98.31 -
YUV 159.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 211 114 255 0.17 0.55 0 0 281.28 1 0.72
Hex D3 72 FF 11 37 0 0 119 64 48
Octal 323 162 377 21 67 0 0 431 144 110
Binary 11010011 1110010 11111111 10001 110111 0 0 100011001 1100100 1001000

Color Harmonies of #D372FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372FF

Black with #D372FF

Text Example


Text Example

White with #D372FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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