Html Css Color HEX #D372FD Heliotrope

📋 copy color: '#D372FD'

red 211 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #D372FD

Tints of Heliotrope #D372FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 36.51%
G = 19.72%
B = 43.77%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D372FD (or 0xD372FD) is known color: Heliotrope. HEX triplet: D3, 72 and FD. RGB value is (211,114,253). Sum of RGB (Red+Green+Blue) = 211+114+253=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #D372FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372FD is #2C8D02. Grayscale: #9E9E9E. Windows color (decimal): -2919683 or 16610003. OLE color: 16610003.

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

Color convert

RGB 211 114 253 -
CMYK 0.17 0.55 0 0.01
HSL 281.87º 0.97% 0.72% -
HSV(B) 281.87º 0.55% 0.99% -
XYZ 50.61 32.98 96.63 -
YUV 158.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 211 114 253 0.17 0.55 0 0.01 281.87 0.97 0.72
Hex D3 72 FD 11 37 0 1 11A 61 48
Octal 323 162 375 21 67 0 1 432 141 110
Binary 11010011 1110010 11111101 10001 110111 0 1 100011010 1100001 1001000

Color Harmonies of #D372FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372FD

Black with #D372FD

Text Example


Text Example

White with #D372FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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