Html Css Color HEX #D05DFF Heliotrope

📋 copy color: '#D05DFF'

red 208 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #D05DFF

Tints of Heliotrope #D05DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.73%

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

R = 37.41%
G = 16.73%
B = 45.86%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D05DFF (or 0xD05DFF) is known color: Heliotrope. HEX triplet: D0, 5D and FF. RGB value is (208,93,255). Sum of RGB (Red+Green+Blue) = 208+93+255=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #D05DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05DFF is #2FA200. Grayscale: #919191. Windows color (decimal): -3121665 or 16735696. OLE color: 16735696.

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

Color convert

RGB 208 93 255 -
CMYK 0.18 0.64 0 0
HSL 282.59º 1% 0.68% -
HSV(B) 282.59º 0.64% 1% -
XYZ 47.98 28.46 97.57 -
YUV 145.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 208 93 255 0.18 0.64 0 0 282.59 1 0.68
Hex D0 5D FF 12 40 0 0 11B 64 44
Octal 320 135 377 22 100 0 0 433 144 104
Binary 11010000 1011101 11111111 10010 1000000 0 0 100011011 1100100 1000100

Color Harmonies of #D05DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DFF

Black with #D05DFF

Text Example


Text Example

White with #D05DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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