Html Css Color HEX #DC5AFB Heliotrope

📋 copy color: '#DC5AFB'

red 220 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #DC5AFB

Tints of Heliotrope #DC5AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 39.22%
G = 16.04%
B = 44.74%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC5AFB (or 0xDC5AFB) is known color: Heliotrope. HEX triplet: DC, 5A and FB. RGB value is (220,90,251). Sum of RGB (Red+Green+Blue) = 220+90+251=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5AFB is #23A504. Grayscale: #929292. Windows color (decimal): -2336005 or 16472796. OLE color: 16472796.

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

Color convert

RGB 220 90 251 -
CMYK 0.12 0.64 0 0.02
HSL 288.45º 0.95% 0.67% -
HSV(B) 288.45º 0.64% 0.98% -
XYZ 50.58 29.49 94.29 -
YUV 147.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 220 90 251 0.12 0.64 0 0.02 288.45 0.95 0.67
Hex DC 5A FB C 40 0 2 120 5F 43
Octal 334 132 373 14 100 0 2 440 137 103
Binary 11011100 1011010 11111011 1100 1000000 0 10 100100000 1011111 1000011

Color Harmonies of #DC5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AFB

Black with #DC5AFB

Text Example


Text Example

White with #DC5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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