Html Css Color HEX #DD257F Deep Cerise

📋 copy color: '#DD257F'

red 221 ◦ green 37 ◦ blue 127

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

Shades of Deep Cerise #DD257F

Tints of Deep Cerise #DD257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 57.4%
G = 9.61%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD257F (or 0xDD257F) is known color: Deep Cerise. HEX triplet: DD, 25 and 7F. RGB value is (221,37,127). Sum of RGB (Red+Green+Blue) = 221+37+127=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD257F is #22DA80. Grayscale: #666666. Windows color (decimal): -2284161 or 8332765. OLE color: 8332765.

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

Color convert

RGB 221 37 127 -
CMYK 0 0.83 0.43 0.13
HSL 330.65º 0.73% 0.51% -
HSV(B) 330.65º 0.83% 0.87% -
XYZ 34.31 18.23 21.79 -
YUV 102.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 221 37 127 0 0.83 0.43 0.13 330.65 0.73 0.51
Hex DD 25 7F 0 53 2B D 14B 49 33
Octal 335 45 177 0 123 53 15 513 111 63
Binary 11011101 100101 1111111 0 1010011 101011 1101 101001011 1001001 110011

Color Harmonies of #DD257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD257F

Black with #DD257F

Text Example


Text Example

White with #DD257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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