Html Css Color HEX #DD5BFC Heliotrope

📋 copy color: '#DD5BFC'

red 221 ◦ green 91 ◦ blue 252

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

Shades of Heliotrope #DD5BFC

Tints of Heliotrope #DD5BFC

RGB

 RED value IS 221 (86.72% from 255) = 39.18%

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 39.18%
G = 16.13%
B = 44.68%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD5BFC (or 0xDD5BFC) is known color: Heliotrope. HEX triplet: DD, 5B and FC. RGB value is (221,91,252). Sum of RGB (Red+Green+Blue) = 221+91+252=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 91 (35.94% from 255 or 16.13% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5BFC is #22A403. Grayscale: #939393. Windows color (decimal): -2270212 or 16538589. OLE color: 16538589.

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

Color convert

RGB 221 91 252 -
CMYK 0.12 0.64 0 0.01
HSL 288.45º 0.96% 0.67% -
HSV(B) 288.45º 0.64% 0.99% -
XYZ 51.13 29.88 95.17 -
YUV 148.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 221 91 252 0.12 0.64 0 0.01 288.45 0.96 0.67
Hex DD 5B FC C 40 0 1 120 60 43
Octal 335 133 374 14 100 0 1 440 140 103
Binary 11011101 1011011 11111100 1100 1000000 0 1 100100000 1100000 1000011

Color Harmonies of #DD5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BFC

Black with #DD5BFC

Text Example


Text Example

White with #DD5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BFC; }

 p { color: rgb(221,91,252); }

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

background-color css

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

 a { background-color: rgb(221,91,252); }

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

border-color css

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

 span { border-color: rgb(221,91,252); }

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