Html Css Color HEX #D05AF8 Heliotrope

📋 copy color: '#D05AF8'

red 208 ◦ green 90 ◦ blue 248

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

Shades of Heliotrope #D05AF8

Tints of Heliotrope #D05AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.48%

 BLUE value IS 248 (97.27% from 255) = 45.42%

R = 38.1%
G = 16.48%
B = 45.42%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D05AF8 (or 0xD05AF8) is known color: Heliotrope. HEX triplet: D0, 5A and F8. RGB value is (208,90,248). Sum of RGB (Red+Green+Blue) = 208+90+248=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #D05AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05AF8 is #2FA507. Grayscale: #8E8E8E. Windows color (decimal): -3122440 or 16276176. OLE color: 16276176.

HSL color Cylindrical-coordinate representation of color #D05AF8: hue angle of 284.81º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05AF8 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 90 248 -
CMYK 0.16 0.64 0 0.03
HSL 284.81º 0.92% 0.66% -
HSV(B) 284.81º 0.64% 0.97% -
XYZ 46.61 27.5 91.66 -
YUV 143.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 208 90 248 0.16 0.64 0 0.03 284.81 0.92 0.66
Hex D0 5A F8 10 40 0 3 11D 5C 42
Octal 320 132 370 20 100 0 3 435 134 102
Binary 11010000 1011010 11111000 10000 1000000 0 11 100011101 1011100 1000010

Color Harmonies of #D05AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AF8

Black with #D05AF8

Text Example


Text Example

White with #D05AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AF8; }

 p { color: rgb(208,90,248); }

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

background-color css

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

 a { background-color: rgb(208,90,248); }

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

border-color css

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

 span { border-color: rgb(208,90,248); }

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