Html Css Color HEX #DD257A Deep Cerise

📋 copy color: '#DD257A'

red 221 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #DD257A

Tints of Deep Cerise #DD257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 58.16%
G = 9.74%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD257A (or 0xDD257A) is known color: Deep Cerise. HEX triplet: DD, 25 and 7A. RGB value is (221,37,122). Sum of RGB (Red+Green+Blue) = 221+37+122=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD257A is #22DA85. Grayscale: #656565. Windows color (decimal): -2284166 or 8005085. OLE color: 8005085.

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

Color convert

RGB 221 37 122 -
CMYK 0 0.83 0.45 0.13
HSL 332.28º 0.73% 0.51% -
HSV(B) 332.28º 0.83% 0.87% -
XYZ 33.99 18.1 20.11 -
YUV 101.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 221 37 122 0 0.83 0.45 0.13 332.28 0.73 0.51
Hex DD 25 7A 0 53 2D D 14C 49 33
Octal 335 45 172 0 123 55 15 514 111 63
Binary 11011101 100101 1111010 0 1010011 101101 1101 101001100 1001001 110011

Color Harmonies of #DD257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD257A

Black with #DD257A

Text Example


Text Example

White with #DD257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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