Html Css Color HEX #D05DF1 Heliotrope

📋 copy color: '#D05DF1'

red 208 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #D05DF1

Tints of Heliotrope #D05DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 38.38%
G = 17.16%
B = 44.46%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D05DF1 (or 0xD05DF1) is known color: Heliotrope. HEX triplet: D0, 5D and F1. RGB value is (208,93,241). Sum of RGB (Red+Green+Blue) = 208+93+241=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #D05DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05DF1 is #2FA20E. Grayscale: #8F8F8F. Windows color (decimal): -3121679 or 15818192. OLE color: 15818192.

HSL color Cylindrical-coordinate representation of color #D05DF1: hue angle of 286.62º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05DF1 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 93 241 -
CMYK 0.14 0.61 0 0.05
HSL 286.62º 0.84% 0.65% -
HSV(B) 286.62º 0.61% 0.95% -
XYZ 45.8 27.59 86.13 -
YUV 144.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 208 93 241 0.14 0.61 0 0.05 286.62 0.84 0.65
Hex D0 5D F1 E 3D 0 5 11F 54 41
Octal 320 135 361 16 75 0 5 437 124 101
Binary 11010000 1011101 11110001 1110 111101 0 101 100011111 1010100 1000001

Color Harmonies of #D05DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DF1

Black with #D05DF1

Text Example


Text Example

White with #D05DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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