Html Css Color HEX #DD275B Cerise

📋 copy color: '#DD275B'

red 221 ◦ green 39 ◦ blue 91

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

Shades of Cerise #DD275B

Tints of Cerise #DD275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 62.96%
G = 11.11%
B = 25.93%

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

#DD275B (or 0xDD275B) is known color: Cerise. HEX triplet: DD, 27 and 5B. RGB value is (221,39,91). Sum of RGB (Red+Green+Blue) = 221+39+91=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD275B is #22D8A4. Grayscale: #636363. Windows color (decimal): -2283685 or 5973981. OLE color: 5973981.

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

Color convert

RGB 221 39 91 -
CMYK 0 0.82 0.59 0.13
HSL 342.86º 0.73% 0.51% -
HSV(B) 342.86º 0.82% 0.87% -
XYZ 32.43 17.58 11.58 -
YUV 99.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 221 39 91 0 0.82 0.59 0.13 342.86 0.73 0.51
Hex DD 27 5B 0 52 3B D 157 49 33
Octal 335 47 133 0 122 73 15 527 111 63
Binary 11011101 100111 1011011 0 1010010 111011 1101 101010111 1001001 110011

Color Harmonies of #DD275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD275B

Black with #DD275B

Text Example


Text Example

White with #DD275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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