Html Css Color HEX #DD4262 Cerise

📋 copy color: '#DD4262'

red 221 ◦ green 66 ◦ blue 98

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

Shades of Cerise #DD4262

Tints of Cerise #DD4262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 57.4%
G = 17.14%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4262 (or 0xDD4262) is known color: Cerise. HEX triplet: DD, 42 and 62. RGB value is (221,66,98). Sum of RGB (Red+Green+Blue) = 221+66+98=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4262 is #22BD9D. Grayscale: #747474. Windows color (decimal): -2276766 or 6439645. OLE color: 6439645.

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

Color convert

RGB 221 66 98 -
CMYK 0 0.70 0.56 0.13
HSL 347.61º 0.7% 0.56% -
HSV(B) 347.61º 0.7% 0.87% -
XYZ 33.97 20.15 13.65 -
YUV 115.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 221 66 98 0 0.70 0.56 0.13 347.61 0.7 0.56
Hex DD 42 62 0 46 38 D 15C 46 38
Octal 335 102 142 0 106 70 15 534 106 70
Binary 11011101 1000010 1100010 0 1000110 111000 1101 101011100 1000110 111000

Color Harmonies of #DD4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4262

Black with #DD4262

Text Example


Text Example

White with #DD4262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4262; }

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

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

background-color css

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

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

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

border-color css

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

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

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