Html Css Color HEX #D072FF Heliotrope

📋 copy color: '#D072FF'

red 208 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #D072FF

Tints of Heliotrope #D072FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 36.05%
G = 19.76%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D072FF (or 0xD072FF) is known color: Heliotrope. HEX triplet: D0, 72 and FF. RGB value is (208,114,255). Sum of RGB (Red+Green+Blue) = 208+114+255=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #D072FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072FF is #2F8D00. Grayscale: #9D9D9D. Windows color (decimal): -3116289 or 16741072. OLE color: 16741072.

HSL color Cylindrical-coordinate representation of color #D072FF: hue angle of 280º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D072FF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 114 255 -
CMYK 0.18 0.55 0 0
HSL 280º 1% 0.72% -
HSV(B) 280º 0.55% 1% -
XYZ 50.08 32.66 98.27 -
YUV 158.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 208 114 255 0.18 0.55 0 0 280 1 0.72
Hex D0 72 FF 12 37 0 0 118 64 48
Octal 320 162 377 22 67 0 0 430 144 110
Binary 11010000 1110010 11111111 10010 110111 0 0 100011000 1100100 1001000

Color Harmonies of #D072FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072FF

Black with #D072FF

Text Example


Text Example

White with #D072FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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