Html Css Color HEX #DD3262 Cerise

📋 copy color: '#DD3262'

red 221 ◦ green 50 ◦ blue 98

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

Shades of Cerise #DD3262

Tints of Cerise #DD3262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

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

R = 59.89%
G = 13.55%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3262 (or 0xDD3262) is known color: Cerise. HEX triplet: DD, 32 and 62. RGB value is (221,50,98). Sum of RGB (Red+Green+Blue) = 221+50+98=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3262 is #22CD9D. Grayscale: #6A6A6A. Windows color (decimal): -2280862 or 6435549. OLE color: 6435549.

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

Color convert

RGB 221 50 98 -
CMYK 0 0.77 0.56 0.13
HSL 343.16º 0.72% 0.53% -
HSV(B) 343.16º 0.77% 0.87% -
XYZ 33.16 18.54 13.38 -
YUV 106.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 221 50 98 0 0.77 0.56 0.13 343.16 0.72 0.53
Hex DD 32 62 0 4D 38 D 157 48 35
Octal 335 62 142 0 115 70 15 527 110 65
Binary 11011101 110010 1100010 0 1001101 111000 1101 101010111 1001000 110101

Color Harmonies of #DD3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3262

Black with #DD3262

Text Example


Text Example

White with #DD3262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3262; }

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

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

background-color css

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

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

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

border-color css

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

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

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