Html Css Color HEX #D072F0 Heliotrope

📋 copy color: '#D072F0'

red 208 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #D072F0

Tints of Heliotrope #D072F0

RGB

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

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

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

R = 37.01%
G = 20.28%
B = 42.7%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D072F0 (or 0xD072F0) is known color: Heliotrope. HEX triplet: D0, 72 and F0. RGB value is (208,114,240). Sum of RGB (Red+Green+Blue) = 208+114+240=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #D072F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072F0 is #2F8D0F. Grayscale: #9C9C9C. Windows color (decimal): -3116304 or 15758032. OLE color: 15758032.

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

Color convert

RGB 208 114 240 -
CMYK 0.13 0.52 0 0.06
HSL 284.76º 0.81% 0.69% -
HSV(B) 284.76º 0.53% 0.94% -
XYZ 47.76 31.74 86.05 -
YUV 156.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 208 114 240 0.13 0.52 0 0.06 284.76 0.81 0.69
Hex D0 72 F0 D 34 0 6 11D 51 45
Octal 320 162 360 15 64 0 6 435 121 105
Binary 11010000 1110010 11110000 1101 110100 0 110 100011101 1010001 1000101

Color Harmonies of #D072F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072F0

Black with #D072F0

Text Example


Text Example

White with #D072F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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