Html Css Color HEX #DD335A Cerise

📋 copy color: '#DD335A'

red 221 ◦ green 51 ◦ blue 90

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

Shades of Cerise #DD335A

Tints of Cerise #DD335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 61.05%
G = 14.09%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD335A (or 0xDD335A) is known color: Cerise. HEX triplet: DD, 33 and 5A. RGB value is (221,51,90). Sum of RGB (Red+Green+Blue) = 221+51+90=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD335A is #22CCA5. Grayscale: #6A6A6A. Windows color (decimal): -2280614 or 5911517. OLE color: 5911517.

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

Color convert

RGB 221 51 90 -
CMYK 0 0.77 0.59 0.13
HSL 346.24º 0.71% 0.53% -
HSV(B) 346.24º 0.77% 0.87% -
XYZ 32.85 18.48 11.51 -
YUV 106.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 221 51 90 0 0.77 0.59 0.13 346.24 0.71 0.53
Hex DD 33 5A 0 4D 3B D 15A 47 35
Octal 335 63 132 0 115 73 15 532 107 65
Binary 11011101 110011 1011010 0 1001101 111011 1101 101011010 1000111 110101

Color Harmonies of #DD335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD335A

Black with #DD335A

Text Example


Text Example

White with #DD335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD335A; }

 p { color: rgb(221,51,90); }

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

background-color css

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

 a { background-color: rgb(221,51,90); }

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

border-color css

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

 span { border-color: rgb(221,51,90); }

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