Html Css Color HEX #D072FA Heliotrope

📋 copy color: '#D072FA'

red 208 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #D072FA

Tints of Heliotrope #D072FA

RGB

 RED value IS 208 (81.64% from 255) = 36.36%

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 36.36%
G = 19.93%
B = 43.71%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D072FA (or 0xD072FA) is known color: Heliotrope. HEX triplet: D0, 72 and FA. RGB value is (208,114,250). Sum of RGB (Red+Green+Blue) = 208+114+250=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #D072FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072FA is #2F8D05. Grayscale: #9D9D9D. Windows color (decimal): -3116294 or 16413392. OLE color: 16413392.

HSL color Cylindrical-coordinate representation of color #D072FA: hue angle of 281.47º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D072FA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 114 250 -
CMYK 0.17 0.54 0 0.02
HSL 281.47º 0.93% 0.71% -
HSV(B) 281.47º 0.54% 0.98% -
XYZ 49.29 32.35 94.09 -
YUV 157.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 208 114 250 0.17 0.54 0 0.02 281.47 0.93 0.71
Hex D0 72 FA 11 36 0 2 119 5D 47
Octal 320 162 372 21 66 0 2 431 135 107
Binary 11010000 1110010 11111010 10001 110110 0 10 100011001 1011101 1000111

Color Harmonies of #D072FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072FA

Black with #D072FA

Text Example


Text Example

White with #D072FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072FA; }

 p { color: rgb(208,114,250); }

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

background-color css

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

 a { background-color: rgb(208,114,250); }

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

border-color css

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

 span { border-color: rgb(208,114,250); }

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