Html Css Color HEX #D05AFD Heliotrope

📋 copy color: '#D05AFD'

red 208 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #D05AFD

Tints of Heliotrope #D05AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 37.75%
G = 16.33%
B = 45.92%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D05AFD (or 0xD05AFD) is known color: Heliotrope. HEX triplet: D0, 5A and FD. RGB value is (208,90,253). Sum of RGB (Red+Green+Blue) = 208+90+253=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #D05AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05AFD is #2FA502. Grayscale: #8F8F8F. Windows color (decimal): -3122435 or 16603856. OLE color: 16603856.

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

Color convert

RGB 208 90 253 -
CMYK 0.18 0.64 0 0.01
HSL 283.44º 0.98% 0.67% -
HSV(B) 283.44º 0.64% 0.99% -
XYZ 47.4 27.81 95.8 -
YUV 143.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 208 90 253 0.18 0.64 0 0.01 283.44 0.98 0.67
Hex D0 5A FD 12 40 0 1 11B 62 43
Octal 320 132 375 22 100 0 1 433 142 103
Binary 11010000 1011010 11111101 10010 1000000 0 1 100011011 1100010 1000011

Color Harmonies of #D05AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AFD

Black with #D05AFD

Text Example


Text Example

White with #D05AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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