Html Css Color HEX #DD2690 Deep Cerise

📋 copy color: '#DD2690'

red 221 ◦ green 38 ◦ blue 144

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

Shades of Deep Cerise #DD2690

Tints of Deep Cerise #DD2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.43%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 54.84%
G = 9.43%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD2690 (or 0xDD2690) is known color: Deep Cerise. HEX triplet: DD, 26 and 90. RGB value is (221,38,144). Sum of RGB (Red+Green+Blue) = 221+38+144=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2690 is #22D96F. Grayscale: #686868. Windows color (decimal): -2283888 or 9447133. OLE color: 9447133.

HSL color Cylindrical-coordinate representation of color #DD2690: hue angle of 325.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2690 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 144 -
CMYK 0 0.83 0.35 0.13
HSL 325.25º 0.73% 0.51% -
HSV(B) 325.25º 0.83% 0.87% -
XYZ 35.55 18.77 28.14 -
YUV 104.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 221 38 144 0 0.83 0.35 0.13 325.25 0.73 0.51
Hex DD 26 90 0 53 23 D 145 49 33
Octal 335 46 220 0 123 43 15 505 111 63
Binary 11011101 100110 10010000 0 1010011 100011 1101 101000101 1001001 110011

Color Harmonies of #DD2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2690

Black with #DD2690

Text Example


Text Example

White with #DD2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2690; }

 p { color: rgb(221,38,144); }

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

background-color css

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

 a { background-color: rgb(221,38,144); }

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

border-color css

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

 span { border-color: rgb(221,38,144); }

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