Html Css Color HEX #DD258A Deep Cerise

📋 copy color: '#DD258A'

red 221 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #DD258A

Tints of Deep Cerise #DD258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 55.81%
G = 9.34%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD258A (or 0xDD258A) is known color: Deep Cerise. HEX triplet: DD, 25 and 8A. RGB value is (221,37,138). Sum of RGB (Red+Green+Blue) = 221+37+138=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD258A is #22DA75. Grayscale: #676767. Windows color (decimal): -2284150 or 9053661. OLE color: 9053661.

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

Color convert

RGB 221 37 138 -
CMYK 0 0.83 0.38 0.13
HSL 327.07º 0.73% 0.51% -
HSV(B) 327.07º 0.83% 0.87% -
XYZ 35.07 18.53 25.77 -
YUV 103.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 221 37 138 0 0.83 0.38 0.13 327.07 0.73 0.51
Hex DD 25 8A 0 53 26 D 147 49 33
Octal 335 45 212 0 123 46 15 507 111 63
Binary 11011101 100101 10001010 0 1010011 100110 1101 101000111 1001001 110011

Color Harmonies of #DD258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD258A

Black with #DD258A

Text Example


Text Example

White with #DD258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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