Html Css Color HEX #DD257D Deep Cerise

📋 copy color: '#DD257D'

red 221 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #DD257D

Tints of Deep Cerise #DD257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 57.7%
G = 9.66%
B = 32.64%

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

#DD257D (or 0xDD257D) is known color: Deep Cerise. HEX triplet: DD, 25 and 7D. RGB value is (221,37,125). Sum of RGB (Red+Green+Blue) = 221+37+125=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD257D is #22DA82. Grayscale: #656565. Windows color (decimal): -2284163 or 8201693. OLE color: 8201693.

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

Color convert

RGB 221 37 125 -
CMYK 0 0.83 0.43 0.13
HSL 331.3º 0.73% 0.51% -
HSV(B) 331.3º 0.83% 0.87% -
XYZ 34.18 18.18 21.11 -
YUV 102.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 221 37 125 0 0.83 0.43 0.13 331.3 0.73 0.51
Hex DD 25 7D 0 53 2B D 14B 49 33
Octal 335 45 175 0 123 53 15 513 111 63
Binary 11011101 100101 1111101 0 1010011 101011 1101 101001011 1001001 110011

Color Harmonies of #DD257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD257D

Black with #DD257D

Text Example


Text Example

White with #DD257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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