Html Css Color HEX #D072F2 Heliotrope

📋 copy color: '#D072F2'

red 208 ◦ green 114 ◦ blue 242

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

Shades of Heliotrope #D072F2

Tints of Heliotrope #D072F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 36.88%
G = 20.21%
B = 42.91%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D072F2 (or 0xD072F2) is known color: Heliotrope. HEX triplet: D0, 72 and F2. RGB value is (208,114,242). Sum of RGB (Red+Green+Blue) = 208+114+242=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #D072F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072F2 is #2F8D0D. Grayscale: #9C9C9C. Windows color (decimal): -3116302 or 15889104. OLE color: 15889104.

HSL color Cylindrical-coordinate representation of color #D072F2: hue angle of 284.06º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D072F2 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 114 242 -
CMYK 0.14 0.53 0 0.05
HSL 284.06º 0.83% 0.7% -
HSV(B) 284.06º 0.53% 0.95% -
XYZ 48.06 31.86 87.62 -
YUV 156.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 208 114 242 0.14 0.53 0 0.05 284.06 0.83 0.7
Hex D0 72 F2 E 35 0 5 11C 53 46
Octal 320 162 362 16 65 0 5 434 123 106
Binary 11010000 1110010 11110010 1110 110101 0 101 100011100 1010011 1000110

Color Harmonies of #D072F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072F2

Black with #D072F2

Text Example


Text Example

White with #D072F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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