Html Css Color HEX #D05DEF Heliotrope

📋 copy color: '#D05DEF'

red 208 ◦ green 93 ◦ blue 239

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

Shades of Heliotrope #D05DEF

Tints of Heliotrope #D05DEF

RGB

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

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

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

R = 38.52%
G = 17.22%
B = 44.26%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D05DEF (or 0xD05DEF) is known color: Heliotrope. HEX triplet: D0, 5D and EF. RGB value is (208,93,239). Sum of RGB (Red+Green+Blue) = 208+93+239=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #D05DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05DEF is #2FA210. Grayscale: #8F8F8F. Windows color (decimal): -3121681 or 15687120. OLE color: 15687120.

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

Color convert

RGB 208 93 239 -
CMYK 0.13 0.61 0 0.06
HSL 287.26º 0.82% 0.65% -
HSV(B) 287.26º 0.61% 0.94% -
XYZ 45.51 27.47 84.57 -
YUV 144.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 208 93 239 0.13 0.61 0 0.06 287.26 0.82 0.65
Hex D0 5D EF D 3D 0 6 11F 52 41
Octal 320 135 357 15 75 0 6 437 122 101
Binary 11010000 1011101 11101111 1101 111101 0 110 100011111 1010010 1000001

Color Harmonies of #D05DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DEF

Black with #D05DEF

Text Example


Text Example

White with #D05DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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