Html Css Color HEX #D060EF Heliotrope

📋 copy color: '#D060EF'

red 208 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #D060EF

Tints of Heliotrope #D060EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 38.31%
G = 17.68%
B = 44.01%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D060EF (or 0xD060EF) is known color: Heliotrope. HEX triplet: D0, 60 and EF. RGB value is (208,96,239). Sum of RGB (Red+Green+Blue) = 208+96+239=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #D060EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060EF is #2F9F10. Grayscale: #919191. Windows color (decimal): -3120913 or 15687888. OLE color: 15687888.

HSL color Cylindrical-coordinate representation of color #D060EF: hue angle of 286.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D060EF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 96 239 -
CMYK 0.13 0.60 0 0.06
HSL 286.99º 0.82% 0.66% -
HSV(B) 286.99º 0.6% 0.94% -
XYZ 45.78 28.01 84.65 -
YUV 145.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 208 96 239 0.13 0.60 0 0.06 286.99 0.82 0.66
Hex D0 60 EF D 3C 0 6 11F 52 42
Octal 320 140 357 15 74 0 6 437 122 102
Binary 11010000 1100000 11101111 1101 111100 0 110 100011111 1010010 1000010

Color Harmonies of #D060EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060EF

Black with #D060EF

Text Example


Text Example

White with #D060EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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