Html Css Color HEX #D062FA Heliotrope

📋 copy color: '#D062FA'

red 208 ◦ green 98 ◦ blue 250

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

Shades of Heliotrope #D062FA

Tints of Heliotrope #D062FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 37.41%
G = 17.63%
B = 44.96%

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

#D062FA (or 0xD062FA) is known color: Heliotrope. HEX triplet: D0, 62 and FA. RGB value is (208,98,250). Sum of RGB (Red+Green+Blue) = 208+98+250=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D062FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062FA is #2F9D05. Grayscale: #939393. Windows color (decimal): -3120390 or 16409296. OLE color: 16409296.

HSL color Cylindrical-coordinate representation of color #D062FA: hue angle of 283.42º degrees, saturation: 0.94, 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 #D062FA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 98 250 -
CMYK 0.17 0.61 0 0.02
HSL 283.42º 0.94% 0.68% -
HSV(B) 283.42º 0.61% 0.98% -
XYZ 47.64 29.05 93.54 -
YUV 148.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 208 98 250 0.17 0.61 0 0.02 283.42 0.94 0.68
Hex D0 62 FA 11 3D 0 2 11B 5E 44
Octal 320 142 372 21 75 0 2 433 136 104
Binary 11010000 1100010 11111010 10001 111101 0 10 100011011 1011110 1000100

Color Harmonies of #D062FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062FA

Black with #D062FA

Text Example


Text Example

White with #D062FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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