Html Css Color HEX #D060F7 Heliotrope

📋 copy color: '#D060F7'

red 208 ◦ green 96 ◦ blue 247

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

Shades of Heliotrope #D060F7

Tints of Heliotrope #D060F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.83%

R = 37.75%
G = 17.42%
B = 44.83%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D060F7 (or 0xD060F7) is known color: Heliotrope. HEX triplet: D0, 60 and F7. RGB value is (208,96,247). Sum of RGB (Red+Green+Blue) = 208+96+247=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #D060F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060F7 is #2F9F08. Grayscale: #929292. Windows color (decimal): -3120905 or 16212176. OLE color: 16212176.

HSL color Cylindrical-coordinate representation of color #D060F7: hue angle of 284.5º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D060F7 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 96 247 -
CMYK 0.16 0.61 0 0.03
HSL 284.5º 0.9% 0.67% -
HSV(B) 284.5º 0.61% 0.97% -
XYZ 46.98 28.49 91.02 -
YUV 146.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 208 96 247 0.16 0.61 0 0.03 284.5 0.9 0.67
Hex D0 60 F7 10 3D 0 3 11D 5A 43
Octal 320 140 367 20 75 0 3 435 132 103
Binary 11010000 1100000 11110111 10000 111101 0 11 100011101 1011010 1000011

Color Harmonies of #D060F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060F7

Black with #D060F7

Text Example


Text Example

White with #D060F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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