Html Css Color HEX #DD3263 Cerise

📋 copy color: '#DD3263'

red 221 ◦ green 50 ◦ blue 99

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

Shades of Cerise #DD3263

Tints of Cerise #DD3263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 59.73%
G = 13.51%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD3263 (or 0xDD3263) is known color: Cerise. HEX triplet: DD, 32 and 63. RGB value is (221,50,99). Sum of RGB (Red+Green+Blue) = 221+50+99=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3263 is #22CD9C. Grayscale: #6A6A6A. Windows color (decimal): -2280861 or 6501085. OLE color: 6501085.

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

Color convert

RGB 221 50 99 -
CMYK 0 0.77 0.55 0.13
HSL 342.81º 0.72% 0.53% -
HSV(B) 342.81º 0.77% 0.87% -
XYZ 33.21 18.55 13.64 -
YUV 106.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 221 50 99 0 0.77 0.55 0.13 342.81 0.72 0.53
Hex DD 32 63 0 4D 37 D 157 48 35
Octal 335 62 143 0 115 67 15 527 110 65
Binary 11011101 110010 1100011 0 1001101 110111 1101 101010111 1001000 110101

Color Harmonies of #DD3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3263

Black with #DD3263

Text Example


Text Example

White with #DD3263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3263; }

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

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

background-color css

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

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

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

border-color css

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

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

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