Html Css Color HEX #DD3269 Cerise

📋 copy color: '#DD3269'

red 221 ◦ green 50 ◦ blue 105

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

Shades of Cerise #DD3269

Tints of Cerise #DD3269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 58.78%
G = 13.3%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD3269 (or 0xDD3269) is known color: Cerise. HEX triplet: DD, 32 and 69. RGB value is (221,50,105). Sum of RGB (Red+Green+Blue) = 221+50+105=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3269 is #22CD96. Grayscale: #6B6B6B. Windows color (decimal): -2280855 or 6894301. OLE color: 6894301.

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

Color convert

RGB 221 50 105 -
CMYK 0 0.77 0.52 0.13
HSL 340.7º 0.72% 0.53% -
HSV(B) 340.7º 0.77% 0.87% -
XYZ 33.51 18.67 15.2 -
YUV 107.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 221 50 105 0 0.77 0.52 0.13 340.7 0.72 0.53
Hex DD 32 69 0 4D 34 D 155 48 35
Octal 335 62 151 0 115 64 15 525 110 65
Binary 11011101 110010 1101001 0 1001101 110100 1101 101010101 1001000 110101

Color Harmonies of #DD3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3269

Black with #DD3269

Text Example


Text Example

White with #DD3269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3269; }

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

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

background-color css

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

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

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

border-color css

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

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

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