Html Css Color HEX #DD2698 Deep Cerise

📋 copy color: '#DD2698'

red 221 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #DD2698

Tints of Deep Cerise #DD2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 53.77%
G = 9.25%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD2698 (or 0xDD2698) is known color: Deep Cerise. HEX triplet: DD, 26 and 98. RGB value is (221,38,152). Sum of RGB (Red+Green+Blue) = 221+38+152=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2698 is #22D967. Grayscale: #696969. Windows color (decimal): -2283880 or 9971421. OLE color: 9971421.

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

Color convert

RGB 221 38 152 -
CMYK 0 0.83 0.31 0.13
HSL 322.62º 0.73% 0.51% -
HSV(B) 322.62º 0.83% 0.87% -
XYZ 36.18 19.03 31.47 -
YUV 105.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 221 38 152 0 0.83 0.31 0.13 322.62 0.73 0.51
Hex DD 26 98 0 53 1F D 143 49 33
Octal 335 46 230 0 123 37 15 503 111 63
Binary 11011101 100110 10011000 0 1010011 11111 1101 101000011 1001001 110011

Color Harmonies of #DD2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2698

Black with #DD2698

Text Example


Text Example

White with #DD2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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