Html Css Color HEX #D372F0 Heliotrope

📋 copy color: '#D372F0'

red 211 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #D372F0

Tints of Heliotrope #D372F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 37.35%
G = 20.18%
B = 42.48%

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

#D372F0 (or 0xD372F0) is known color: Heliotrope. HEX triplet: D3, 72 and F0. RGB value is (211,114,240). Sum of RGB (Red+Green+Blue) = 211+114+240=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #D372F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372F0 is #2C8D0F. Grayscale: #9C9C9C. Windows color (decimal): -2919696 or 15758035. OLE color: 15758035.

HSL color Cylindrical-coordinate representation of color #D372F0: hue angle of 286.19º degrees, saturation: 0.81, 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 #D372F0 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 114 240 -
CMYK 0.12 0.52 0 0.06
HSL 286.19º 0.81% 0.69% -
HSV(B) 286.19º 0.53% 0.94% -
XYZ 48.61 32.17 86.09 -
YUV 157.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 211 114 240 0.12 0.52 0 0.06 286.19 0.81 0.69
Hex D3 72 F0 C 34 0 6 11E 51 45
Octal 323 162 360 14 64 0 6 436 121 105
Binary 11010011 1110010 11110000 1100 110100 0 110 100011110 1010001 1000101

Color Harmonies of #D372F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372F0

Black with #D372F0

Text Example


Text Example

White with #D372F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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