Html Css Color HEX #D062FB Heliotrope

📋 copy color: '#D062FB'

red 208 ◦ green 98 ◦ blue 251

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

Shades of Heliotrope #D062FB

Tints of Heliotrope #D062FB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.59%

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

R = 37.34%
G = 17.59%
B = 45.06%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D062FB (or 0xD062FB) is known color: Heliotrope. HEX triplet: D0, 62 and FB. RGB value is (208,98,251). Sum of RGB (Red+Green+Blue) = 208+98+251=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #D062FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062FB is #2F9D04. Grayscale: #939393. Windows color (decimal): -3120389 or 16474832. OLE color: 16474832.

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

Color convert

RGB 208 98 251 -
CMYK 0.17 0.61 0 0.02
HSL 283.14º 0.95% 0.68% -
HSV(B) 283.14º 0.61% 0.98% -
XYZ 47.79 29.11 94.37 -
YUV 148.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 208 98 251 0.17 0.61 0 0.02 283.14 0.95 0.68
Hex D0 62 FB 11 3D 0 2 11B 5F 44
Octal 320 142 373 21 75 0 2 433 137 104
Binary 11010000 1100010 11111011 10001 111101 0 10 100011011 1011111 1000100

Color Harmonies of #D062FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062FB

Black with #D062FB

Text Example


Text Example

White with #D062FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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