Html Css Color HEX #DD257E Deep Cerise

📋 copy color: '#DD257E'

red 221 ◦ green 37 ◦ blue 126

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

Shades of Deep Cerise #DD257E

Tints of Deep Cerise #DD257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 57.55%
G = 9.64%
B = 32.81%

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

#DD257E (or 0xDD257E) is known color: Deep Cerise. HEX triplet: DD, 25 and 7E. RGB value is (221,37,126). Sum of RGB (Red+Green+Blue) = 221+37+126=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD257E is #22DA81. Grayscale: #656565. Windows color (decimal): -2284162 or 8267229. OLE color: 8267229.

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

Color convert

RGB 221 37 126 -
CMYK 0 0.83 0.43 0.13
HSL 330.98º 0.73% 0.51% -
HSV(B) 330.98º 0.83% 0.87% -
XYZ 34.25 18.2 21.45 -
YUV 102.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 221 37 126 0 0.83 0.43 0.13 330.98 0.73 0.51
Hex DD 25 7E 0 53 2B D 14B 49 33
Octal 335 45 176 0 123 53 15 513 111 63
Binary 11011101 100101 1111110 0 1010011 101011 1101 101001011 1001001 110011

Color Harmonies of #DD257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD257E

Black with #DD257E

Text Example


Text Example

White with #DD257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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