Html Css Color HEX #D070FB Heliotrope

📋 copy color: '#D070FB'

red 208 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #D070FB

Tints of Heliotrope #D070FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.61%

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 36.43%
G = 19.61%
B = 43.96%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D070FB (or 0xD070FB) is known color: Heliotrope. HEX triplet: D0, 70 and FB. RGB value is (208,112,251). Sum of RGB (Red+Green+Blue) = 208+112+251=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #D070FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070FB is #2F8F04. Grayscale: #9C9C9C. Windows color (decimal): -3116805 or 16478416. OLE color: 16478416.

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

Color convert

RGB 208 112 251 -
CMYK 0.17 0.55 0 0.02
HSL 281.44º 0.95% 0.71% -
HSV(B) 281.44º 0.55% 0.98% -
XYZ 49.22 31.96 94.84 -
YUV 156.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 208 112 251 0.17 0.55 0 0.02 281.44 0.95 0.71
Hex D0 70 FB 11 37 0 2 119 5F 47
Octal 320 160 373 21 67 0 2 431 137 107
Binary 11010000 1110000 11111011 10001 110111 0 10 100011001 1011111 1000111

Color Harmonies of #D070FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070FB

Black with #D070FB

Text Example


Text Example

White with #D070FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070FB; }

 p { color: rgb(208,112,251); }

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

background-color css

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

 a { background-color: rgb(208,112,251); }

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

border-color css

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

 span { border-color: rgb(208,112,251); }

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