Html Css Color HEX #DD236A Cerise

📋 copy color: '#DD236A'

red 221 ◦ green 35 ◦ blue 106

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

Shades of Cerise #DD236A

Tints of Cerise #DD236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 61.05%
G = 9.67%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD236A (or 0xDD236A) is known color: Cerise. HEX triplet: DD, 23 and 6A. RGB value is (221,35,106). Sum of RGB (Red+Green+Blue) = 221+35+106=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD236A is #22DC95. Grayscale: #626262. Windows color (decimal): -2284694 or 6955997. OLE color: 6955997.

HSL color Cylindrical-coordinate representation of color #DD236A: hue angle of 337.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD236A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 106 -
CMYK 0 0.84 0.52 0.13
HSL 337.1º 0.73% 0.5% -
HSV(B) 337.1º 0.84% 0.87% -
XYZ 33.02 17.61 15.3 -
YUV 98.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 221 35 106 0 0.84 0.52 0.13 337.1 0.73 0.5
Hex DD 23 6A 0 54 34 D 151 49 32
Octal 335 43 152 0 124 64 15 521 111 62
Binary 11011101 100011 1101010 0 1010100 110100 1101 101010001 1001001 110010

Color Harmonies of #DD236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD236A

Black with #DD236A

Text Example


Text Example

White with #DD236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD236A; }

 p { color: rgb(221,35,106); }

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

background-color css

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

 a { background-color: rgb(221,35,106); }

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

border-color css

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

 span { border-color: rgb(221,35,106); }

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