Html Css Color HEX #DD3458 Cerise

📋 copy color: '#DD3458'

red 221 ◦ green 52 ◦ blue 88

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

Shades of Cerise #DD3458

Tints of Cerise #DD3458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 61.22%
G = 14.4%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3458 (or 0xDD3458) is known color: Cerise. HEX triplet: DD, 34 and 58. RGB value is (221,52,88). Sum of RGB (Red+Green+Blue) = 221+52+88=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3458 is #22CBA7. Grayscale: #6A6A6A. Windows color (decimal): -2280360 or 5780701. OLE color: 5780701.

HSL color Cylindrical-coordinate representation of color #DD3458: hue angle of 347.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3458 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 88 -
CMYK 0 0.76 0.60 0.13
HSL 347.22º 0.71% 0.54% -
HSV(B) 347.22º 0.76% 0.87% -
XYZ 32.81 18.53 11.08 -
YUV 106.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 221 52 88 0 0.76 0.60 0.13 347.22 0.71 0.54
Hex DD 34 58 0 4C 3C D 15B 47 36
Octal 335 64 130 0 114 74 15 533 107 66
Binary 11011101 110100 1011000 0 1001100 111100 1101 101011011 1000111 110110

Color Harmonies of #DD3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3458

Black with #DD3458

Text Example


Text Example

White with #DD3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3458; }

 p { color: rgb(221,52,88); }

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

background-color css

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

 a { background-color: rgb(221,52,88); }

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

border-color css

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

 span { border-color: rgb(221,52,88); }

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