Html Css Color HEX #DD275A Cerise

📋 copy color: '#DD275A'

red 221 ◦ green 39 ◦ blue 90

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

Shades of Cerise #DD275A

Tints of Cerise #DD275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.14%

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 63.14%
G = 11.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD275A (or 0xDD275A) is known color: Cerise. HEX triplet: DD, 27 and 5A. RGB value is (221,39,90). Sum of RGB (Red+Green+Blue) = 221+39+90=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD275A is #22D8A5. Grayscale: #636363. Windows color (decimal): -2283686 or 5908445. OLE color: 5908445.

HSL color Cylindrical-coordinate representation of color #DD275A: hue angle of 343.19º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD275A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 90 -
CMYK 0 0.82 0.59 0.13
HSL 343.19º 0.73% 0.51% -
HSV(B) 343.19º 0.82% 0.87% -
XYZ 32.39 17.56 11.36 -
YUV 99.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 221 39 90 0 0.82 0.59 0.13 343.19 0.73 0.51
Hex DD 27 5A 0 52 3B D 157 49 33
Octal 335 47 132 0 122 73 15 527 111 63
Binary 11011101 100111 1011010 0 1010010 111011 1101 101010111 1001001 110011

Color Harmonies of #DD275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD275A

Black with #DD275A

Text Example


Text Example

White with #DD275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD275A; }

 p { color: rgb(221,39,90); }

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

background-color css

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

 a { background-color: rgb(221,39,90); }

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

border-color css

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

 span { border-color: rgb(221,39,90); }

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