Html Css Color HEX #DD5EFB Heliotrope

📋 copy color: '#DD5EFB'

red 221 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #DD5EFB

Tints of Heliotrope #DD5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.61%

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

R = 39.05%
G = 16.61%
B = 44.35%

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

#DD5EFB (or 0xDD5EFB) is known color: Heliotrope. HEX triplet: DD, 5E and FB. RGB value is (221,94,251). Sum of RGB (Red+Green+Blue) = 221+94+251=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EFB is #22A104. Grayscale: #959595. Windows color (decimal): -2269445 or 16473821. OLE color: 16473821.

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

Color convert

RGB 221 94 251 -
CMYK 0.12 0.63 0 0.02
HSL 288.54º 0.95% 0.68% -
HSV(B) 288.54º 0.63% 0.98% -
XYZ 51.23 30.34 94.42 -
YUV 149.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 221 94 251 0.12 0.63 0 0.02 288.54 0.95 0.68
Hex DD 5E FB C 3F 0 2 121 5F 44
Octal 335 136 373 14 77 0 2 441 137 104
Binary 11011101 1011110 11111011 1100 111111 0 10 100100001 1011111 1000100

Color Harmonies of #DD5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EFB

Black with #DD5EFB

Text Example


Text Example

White with #DD5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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