Html Css Color HEX #DD238D Deep Cerise

📋 copy color: '#DD238D'

red 221 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #DD238D

Tints of Deep Cerise #DD238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 55.67%
G = 8.82%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD238D (or 0xDD238D) is known color: Deep Cerise. HEX triplet: DD, 23 and 8D. RGB value is (221,35,141). Sum of RGB (Red+Green+Blue) = 221+35+141=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD238D is #22DC72. Grayscale: #666666. Windows color (decimal): -2284659 or 9249757. OLE color: 9249757.

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

Color convert

RGB 221 35 141 -
CMYK 0 0.84 0.36 0.13
HSL 325.81º 0.73% 0.5% -
HSV(B) 325.81º 0.84% 0.87% -
XYZ 35.23 18.5 26.91 -
YUV 102.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 221 35 141 0 0.84 0.36 0.13 325.81 0.73 0.5
Hex DD 23 8D 0 54 24 D 146 49 32
Octal 335 43 215 0 124 44 15 506 111 62
Binary 11011101 100011 10001101 0 1010100 100100 1101 101000110 1001001 110010

Color Harmonies of #DD238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD238D

Black with #DD238D

Text Example


Text Example

White with #DD238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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