Html Css Color HEX #D061FF Heliotrope

📋 copy color: '#D061FF'

red 208 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #D061FF

Tints of Heliotrope #D061FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.32%

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

R = 37.14%
G = 17.32%
B = 45.54%

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

#D061FF (or 0xD061FF) is known color: Heliotrope. HEX triplet: D0, 61 and FF. RGB value is (208,97,255). Sum of RGB (Red+Green+Blue) = 208+97+255=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #D061FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D061FF is #2F9E00. Grayscale: #939393. Windows color (decimal): -3120641 or 16736720. OLE color: 16736720.

HSL color Cylindrical-coordinate representation of color #D061FF: hue angle of 282.15º 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 #D061FF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 97 255 -
CMYK 0.18 0.62 0 0
HSL 282.15º 1% 0.69% -
HSV(B) 282.15º 0.62% 1% -
XYZ 48.34 29.18 97.69 -
YUV 148.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 208 97 255 0.18 0.62 0 0 282.15 1 0.69
Hex D0 61 FF 12 3E 0 0 11A 64 45
Octal 320 141 377 22 76 0 0 432 144 105
Binary 11010000 1100001 11111111 10010 111110 0 0 100011010 1100100 1000101

Color Harmonies of #D061FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061FF

Black with #D061FF

Text Example


Text Example

White with #D061FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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