Html Css Color HEX #D05FEF Heliotrope

📋 copy color: '#D05FEF'

red 208 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #D05FEF

Tints of Heliotrope #D05FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.53%

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

R = 38.38%
G = 17.53%
B = 44.1%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D05FEF (or 0xD05FEF) is known color: Heliotrope. HEX triplet: D0, 5F and EF. RGB value is (208,95,239). Sum of RGB (Red+Green+Blue) = 208+95+239=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #D05FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FEF is #2FA010. Grayscale: #909090. Windows color (decimal): -3121169 or 15687632. OLE color: 15687632.

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

Color convert

RGB 208 95 239 -
CMYK 0.13 0.60 0 0.06
HSL 287.08º 0.82% 0.65% -
HSV(B) 287.08º 0.6% 0.94% -
XYZ 45.68 27.83 84.62 -
YUV 145.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 208 95 239 0.13 0.60 0 0.06 287.08 0.82 0.65
Hex D0 5F EF D 3C 0 6 11F 52 41
Octal 320 137 357 15 74 0 6 437 122 101
Binary 11010000 1011111 11101111 1101 111100 0 110 100011111 1010010 1000001

Color Harmonies of #D05FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FEF

Black with #D05FEF

Text Example


Text Example

White with #D05FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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