Html Css Color HEX #DD258D Deep Cerise

📋 copy color: '#DD258D'

red 221 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #DD258D

Tints of Deep Cerise #DD258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.27%

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

R = 55.39%
G = 9.27%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD258D (or 0xDD258D) is known color: Deep Cerise. HEX triplet: DD, 25 and 8D. RGB value is (221,37,141). Sum of RGB (Red+Green+Blue) = 221+37+141=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD258D is #22DA72. Grayscale: #676767. Windows color (decimal): -2284147 or 9250269. OLE color: 9250269.

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

Color convert

RGB 221 37 141 -
CMYK 0 0.83 0.36 0.13
HSL 326.09º 0.73% 0.51% -
HSV(B) 326.09º 0.83% 0.87% -
XYZ 35.29 18.62 26.93 -
YUV 103.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 221 37 141 0 0.83 0.36 0.13 326.09 0.73 0.51
Hex DD 25 8D 0 53 24 D 146 49 33
Octal 335 45 215 0 123 44 15 506 111 63
Binary 11011101 100101 10001101 0 1010011 100100 1101 101000110 1001001 110011

Color Harmonies of #DD258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD258D

Black with #DD258D

Text Example


Text Example

White with #DD258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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