Html Css Color HEX #DD238B Deep Cerise

📋 copy color: '#DD238B'

red 221 ◦ green 35 ◦ blue 139

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

Shades of Deep Cerise #DD238B

Tints of Deep Cerise #DD238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 55.95%
G = 8.86%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD238B (or 0xDD238B) is known color: Deep Cerise. HEX triplet: DD, 23 and 8B. RGB value is (221,35,139). Sum of RGB (Red+Green+Blue) = 221+35+139=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD238B is #22DC74. Grayscale: #666666. Windows color (decimal): -2284661 or 9118685. OLE color: 9118685.

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

Color convert

RGB 221 35 139 -
CMYK 0 0.84 0.37 0.13
HSL 326.45º 0.73% 0.5% -
HSV(B) 326.45º 0.84% 0.87% -
XYZ 35.08 18.44 26.14 -
YUV 102.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 221 35 139 0 0.84 0.37 0.13 326.45 0.73 0.5
Hex DD 23 8B 0 54 25 D 146 49 32
Octal 335 43 213 0 124 45 15 506 111 62
Binary 11011101 100011 10001011 0 1010100 100101 1101 101000110 1001001 110010

Color Harmonies of #DD238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD238B

Black with #DD238B

Text Example


Text Example

White with #DD238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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