Html Css Color HEX #D872F0 Heliotrope

📋 copy color: '#D872F0'

red 216 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #D872F0

Tints of Heliotrope #D872F0

RGB

 RED value IS 216 (84.77% from 255) = 37.89%

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

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

R = 37.89%
G = 20%
B = 42.11%

CMYK

 C value IS 0.1

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D872F0 (or 0xD872F0) is known color: Heliotrope. HEX triplet: D8, 72 and F0. RGB value is (216,114,240). Sum of RGB (Red+Green+Blue) = 216+114+240=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #D872F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D872F0 is #278D0F. Grayscale: #9E9E9E. Windows color (decimal): -2592016 or 15758040. OLE color: 15758040.

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

Color convert

RGB 216 114 240 -
CMYK 0.1 0.52 0 0.06
HSL 288.57º 0.81% 0.69% -
HSV(B) 288.57º 0.53% 0.94% -
XYZ 50.06 32.92 86.15 -
YUV 158.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 216 114 240 0.1 0.52 0 0.06 288.57 0.81 0.69
Hex D8 72 F0 A 34 0 6 121 51 45
Octal 330 162 360 12 64 0 6 441 121 105
Binary 11011000 1110010 11110000 1010 110100 0 110 100100001 1010001 1000101

Color Harmonies of #D872F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872F0

Black with #D872F0

Text Example


Text Example

White with #D872F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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