Html Css Color HEX #DD5BFD Heliotrope

📋 copy color: '#DD5BFD'

red 221 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #DD5BFD

Tints of Heliotrope #DD5BFD

RGB

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

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

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

R = 39.12%
G = 16.11%
B = 44.78%

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

#DD5BFD (or 0xDD5BFD) is known color: Heliotrope. HEX triplet: DD, 5B and FD. RGB value is (221,91,253). Sum of RGB (Red+Green+Blue) = 221+91+253=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5BFD is #22A402. Grayscale: #939393. Windows color (decimal): -2270211 or 16604125. OLE color: 16604125.

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

Color convert

RGB 221 91 253 -
CMYK 0.13 0.64 0 0.01
HSL 288.15º 0.98% 0.67% -
HSV(B) 288.15º 0.64% 0.99% -
XYZ 51.29 29.95 96.01 -
YUV 148.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 221 91 253 0.13 0.64 0 0.01 288.15 0.98 0.67
Hex DD 5B FD D 40 0 1 120 62 43
Octal 335 133 375 15 100 0 1 440 142 103
Binary 11011101 1011011 11111101 1101 1000000 0 1 100100000 1100010 1000011

Color Harmonies of #DD5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BFD

Black with #DD5BFD

Text Example


Text Example

White with #DD5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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