Html Css Color HEX #D060F3 Heliotrope

📋 copy color: '#D060F3'

red 208 ◦ green 96 ◦ blue 243

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

Shades of Heliotrope #D060F3

Tints of Heliotrope #D060F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.42%

R = 38.03%
G = 17.55%
B = 44.42%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D060F3 (or 0xD060F3) is known color: Heliotrope. HEX triplet: D0, 60 and F3. RGB value is (208,96,243). Sum of RGB (Red+Green+Blue) = 208+96+243=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #D060F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060F3 is #2F9F0C. Grayscale: #919191. Windows color (decimal): -3120909 or 15950032. OLE color: 15950032.

HSL color Cylindrical-coordinate representation of color #D060F3: hue angle of 285.71º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D060F3 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 96 243 -
CMYK 0.14 0.60 0 0.05
HSL 285.71º 0.86% 0.66% -
HSV(B) 285.71º 0.6% 0.95% -
XYZ 46.37 28.25 87.8 -
YUV 146.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 208 96 243 0.14 0.60 0 0.05 285.71 0.86 0.66
Hex D0 60 F3 E 3C 0 5 11E 56 42
Octal 320 140 363 16 74 0 5 436 126 102
Binary 11010000 1100000 11110011 1110 111100 0 101 100011110 1010110 1000010

Color Harmonies of #D060F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060F3

Black with #D060F3

Text Example


Text Example

White with #D060F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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