Html Css Color HEX #DC5BFB Heliotrope

📋 copy color: '#DC5BFB'

red 220 ◦ green 91 ◦ blue 251

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

Shades of Heliotrope #DC5BFB

Tints of Heliotrope #DC5BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.19%

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

R = 39.15%
G = 16.19%
B = 44.66%

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

#DC5BFB (or 0xDC5BFB) is known color: Heliotrope. HEX triplet: DC, 5B and FB. RGB value is (220,91,251). Sum of RGB (Red+Green+Blue) = 220+91+251=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BFB is #23A404. Grayscale: #939393. Windows color (decimal): -2335749 or 16473052. OLE color: 16473052.

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

Color convert

RGB 220 91 251 -
CMYK 0.12 0.64 0 0.02
HSL 288.38º 0.95% 0.67% -
HSV(B) 288.38º 0.64% 0.98% -
XYZ 50.67 29.66 94.32 -
YUV 147.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 220 91 251 0.12 0.64 0 0.02 288.38 0.95 0.67
Hex DC 5B FB C 40 0 2 120 5F 43
Octal 334 133 373 14 100 0 2 440 137 103
Binary 11011100 1011011 11111011 1100 1000000 0 10 100100000 1011111 1000011

Color Harmonies of #DC5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5BFB

Black with #DC5BFB

Text Example


Text Example

White with #DC5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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