Html Css Color HEX #D060FE Heliotrope

📋 copy color: '#D060FE'

red 208 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #D060FE

Tints of Heliotrope #D060FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.2%

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 37.28%
G = 17.2%
B = 45.52%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D060FE (or 0xD060FE) is known color: Heliotrope. HEX triplet: D0, 60 and FE. RGB value is (208,96,254). Sum of RGB (Red+Green+Blue) = 208+96+254=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #D060FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060FE is #2F9F01. Grayscale: #929292. Windows color (decimal): -3120898 or 16670928. OLE color: 16670928.

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

Color convert

RGB 208 96 254 -
CMYK 0.18 0.62 0 0.00
HSL 282.53º 0.99% 0.69% -
HSV(B) 282.53º 0.62% 1% -
XYZ 48.08 28.93 96.82 -
YUV 147.5 188.11 171.15 -
System Red Green Blue C M Y K H S L
Decimal 208 96 254 0.18 0.62 0 0.00 282.53 0.99 0.69
Hex D0 60 FE 12 3E 0 0 11B 63 45
Octal 320 140 376 22 76 0 0 433 143 105
Binary 11010000 1100000 11111110 10010 111110 0 0 100011011 1100011 1000101

Color Harmonies of #D060FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060FE

Black with #D060FE

Text Example


Text Example

White with #D060FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060FE; }

 p { color: rgb(208,96,254); }

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

background-color css

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

 a { background-color: rgb(208,96,254); }

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

border-color css

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

 span { border-color: rgb(208,96,254); }

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