Html Css Color HEX #D060FF Heliotrope

📋 copy color: '#D060FF'

red 208 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #D060FF

Tints of Heliotrope #D060FF

RGB

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

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

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

R = 37.21%
G = 17.17%
B = 45.62%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D060FF (or 0xD060FF) is known color: Heliotrope. HEX triplet: D0, 60 and FF. RGB value is (208,96,255). Sum of RGB (Red+Green+Blue) = 208+96+255=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #D060FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060FF is #2F9F00. Grayscale: #939393. Windows color (decimal): -3120897 or 16736464. OLE color: 16736464.

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

Color convert

RGB 208 96 255 -
CMYK 0.18 0.62 0 0
HSL 282.26º 1% 0.69% -
HSV(B) 282.26º 0.62% 1% -
XYZ 48.25 29 97.66 -
YUV 147.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 208 96 255 0.18 0.62 0 0 282.26 1 0.69
Hex D0 60 FF 12 3E 0 0 11A 64 45
Octal 320 140 377 22 76 0 0 432 144 105
Binary 11010000 1100000 11111111 10010 111110 0 0 100011010 1100100 1000101

Color Harmonies of #D060FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060FF

Black with #D060FF

Text Example


Text Example

White with #D060FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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