Html Css Color HEX #DD237B Deep Cerise

📋 copy color: '#DD237B'

red 221 ◦ green 35 ◦ blue 123

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

Shades of Deep Cerise #DD237B

Tints of Deep Cerise #DD237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 58.31%
G = 9.23%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD237B (or 0xDD237B) is known color: Deep Cerise. HEX triplet: DD, 23 and 7B. RGB value is (221,35,123). Sum of RGB (Red+Green+Blue) = 221+35+123=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD237B is #22DC84. Grayscale: #646464. Windows color (decimal): -2284677 or 8070109. OLE color: 8070109.

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

Color convert

RGB 221 35 123 -
CMYK 0 0.84 0.44 0.13
HSL 331.61º 0.73% 0.5% -
HSV(B) 331.61º 0.84% 0.87% -
XYZ 33.99 18 20.42 -
YUV 100.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 221 35 123 0 0.84 0.44 0.13 331.61 0.73 0.5
Hex DD 23 7B 0 54 2C D 14C 49 32
Octal 335 43 173 0 124 54 15 514 111 62
Binary 11011101 100011 1111011 0 1010100 101100 1101 101001100 1001001 110010

Color Harmonies of #DD237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD237B

Black with #DD237B

Text Example


Text Example

White with #DD237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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