Html Css Color HEX #DD5DFB Heliotrope

📋 copy color: '#DD5DFB'

red 221 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #DD5DFB

Tints of Heliotrope #DD5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.46%

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

R = 39.12%
G = 16.46%
B = 44.42%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD5DFB (or 0xDD5DFB) is known color: Heliotrope. HEX triplet: DD, 5D and FB. RGB value is (221,93,251). Sum of RGB (Red+Green+Blue) = 221+93+251=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DFB is #22A204. Grayscale: #949494. Windows color (decimal): -2269701 or 16473565. OLE color: 16473565.

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

Color convert

RGB 221 93 251 -
CMYK 0.12 0.63 0 0.02
HSL 288.61º 0.95% 0.67% -
HSV(B) 288.61º 0.63% 0.98% -
XYZ 51.15 30.17 94.39 -
YUV 149.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 221 93 251 0.12 0.63 0 0.02 288.61 0.95 0.67
Hex DD 5D FB C 3F 0 2 121 5F 43
Octal 335 135 373 14 77 0 2 441 137 103
Binary 11011101 1011101 11111011 1100 111111 0 10 100100001 1011111 1000011

Color Harmonies of #DD5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DFB

Black with #DD5DFB

Text Example


Text Example

White with #DD5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DFB; }

 p { color: rgb(221,93,251); }

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

background-color css

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

 a { background-color: rgb(221,93,251); }

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

border-color css

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

 span { border-color: rgb(221,93,251); }

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