Html Css Color HEX #DD5FEE Heliotrope

📋 copy color: '#DD5FEE'

red 221 ◦ green 95 ◦ blue 238

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

Shades of Heliotrope #DD5FEE

Tints of Heliotrope #DD5FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.15%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 39.89%
G = 17.15%
B = 42.96%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD5FEE (or 0xDD5FEE) is known color: Heliotrope. HEX triplet: DD, 5F and EE. RGB value is (221,95,238). Sum of RGB (Red+Green+Blue) = 221+95+238=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FEE is #22A011. Grayscale: #949494. Windows color (decimal): -2269202 or 15622109. OLE color: 15622109.

HSL color Cylindrical-coordinate representation of color #DD5FEE: hue angle of 292.87º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5FEE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 95 238 -
CMYK 0.07 0.60 0 0.07
HSL 292.87º 0.81% 0.65% -
HSV(B) 292.87º 0.6% 0.93% -
XYZ 49.34 29.73 84.03 -
YUV 148.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 221 95 238 0.07 0.60 0 0.07 292.87 0.81 0.65
Hex DD 5F EE 7 3C 0 7 125 51 41
Octal 335 137 356 7 74 0 7 445 121 101
Binary 11011101 1011111 11101110 111 111100 0 111 100100101 1010001 1000001

Color Harmonies of #DD5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FEE

Black with #DD5FEE

Text Example


Text Example

White with #DD5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FEE; }

 p { color: rgb(221,95,238); }

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

background-color css

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

 a { background-color: rgb(221,95,238); }

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

border-color css

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

 span { border-color: rgb(221,95,238); }

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