Html Css Color HEX #DD4462 Cerise

📋 copy color: '#DD4462'

red 221 ◦ green 68 ◦ blue 98

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

Shades of Cerise #DD4462

Tints of Cerise #DD4462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

 BLUE value IS 98 (38.67% from 255) = 25.32%

R = 57.11%
G = 17.57%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4462 (or 0xDD4462) is known color: Cerise. HEX triplet: DD, 44 and 62. RGB value is (221,68,98). Sum of RGB (Red+Green+Blue) = 221+68+98=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4462 is #22BB9D. Grayscale: #757575. Windows color (decimal): -2276254 or 6440157. OLE color: 6440157.

HSL color Cylindrical-coordinate representation of color #DD4462: hue angle of 348.24º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4462 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 98 -
CMYK 0 0.69 0.56 0.13
HSL 348.24º 0.69% 0.57% -
HSV(B) 348.24º 0.69% 0.87% -
XYZ 34.09 20.39 13.69 -
YUV 117.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 221 68 98 0 0.69 0.56 0.13 348.24 0.69 0.57
Hex DD 44 62 0 45 38 D 15C 45 39
Octal 335 104 142 0 105 70 15 534 105 71
Binary 11011101 1000100 1100010 0 1000101 111000 1101 101011100 1000101 111001

Color Harmonies of #DD4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4462

Black with #DD4462

Text Example


Text Example

White with #DD4462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4462; }

 p { color: rgb(221,68,98); }

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

background-color css

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

 a { background-color: rgb(221,68,98); }

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

border-color css

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

 span { border-color: rgb(221,68,98); }

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