Html Css Color HEX #DD238F Deep Cerise

📋 copy color: '#DD238F'

red 221 ◦ green 35 ◦ blue 143

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

Shades of Deep Cerise #DD238F

Tints of Deep Cerise #DD238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 55.39%
G = 8.77%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD238F (or 0xDD238F) is known color: Deep Cerise. HEX triplet: DD, 23 and 8F. RGB value is (221,35,143). Sum of RGB (Red+Green+Blue) = 221+35+143=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD238F is #22DC70. Grayscale: #666666. Windows color (decimal): -2284657 or 9380829. OLE color: 9380829.

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

Color convert

RGB 221 35 143 -
CMYK 0 0.84 0.35 0.13
HSL 325.16º 0.73% 0.5% -
HSV(B) 325.16º 0.84% 0.87% -
XYZ 35.38 18.56 27.7 -
YUV 102.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 221 35 143 0 0.84 0.35 0.13 325.16 0.73 0.5
Hex DD 23 8F 0 54 23 D 145 49 32
Octal 335 43 217 0 124 43 15 505 111 62
Binary 11011101 100011 10001111 0 1010100 100011 1101 101000101 1001001 110010

Color Harmonies of #DD238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD238F

Black with #DD238F

Text Example


Text Example

White with #DD238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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