Html Css Color HEX #DC5AFD Heliotrope

📋 copy color: '#DC5AFD'

red 220 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #DC5AFD

Tints of Heliotrope #DC5AFD

RGB

 RED value IS 220 (86.33% from 255) = 39.08%

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

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

R = 39.08%
G = 15.99%
B = 44.94%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC5AFD (or 0xDC5AFD) is known color: Heliotrope. HEX triplet: DC, 5A and FD. RGB value is (220,90,253). Sum of RGB (Red+Green+Blue) = 220+90+253=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5AFD is #23A502. Grayscale: #929292. Windows color (decimal): -2336003 or 16603868. OLE color: 16603868.

HSL color Cylindrical-coordinate representation of color #DC5AFD: hue angle of 287.85º 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 #DC5AFD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 90 253 -
CMYK 0.13 0.64 0 0.01
HSL 287.85º 0.98% 0.67% -
HSV(B) 287.85º 0.64% 0.99% -
XYZ 50.9 29.62 95.96 -
YUV 147.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 220 90 253 0.13 0.64 0 0.01 287.85 0.98 0.67
Hex DC 5A FD D 40 0 1 120 62 43
Octal 334 132 375 15 100 0 1 440 142 103
Binary 11011100 1011010 11111101 1101 1000000 0 1 100100000 1100010 1000011

Color Harmonies of #DC5AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AFD

Black with #DC5AFD

Text Example


Text Example

White with #DC5AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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