Html Css Color HEX #DD275C Cerise

📋 copy color: '#DD275C'

red 221 ◦ green 39 ◦ blue 92

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

Shades of Cerise #DD275C

Tints of Cerise #DD275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 62.78%
G = 11.08%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD275C (or 0xDD275C) is known color: Cerise. HEX triplet: DD, 27 and 5C. RGB value is (221,39,92). Sum of RGB (Red+Green+Blue) = 221+39+92=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD275C is #22D8A3. Grayscale: #636363. Windows color (decimal): -2283684 or 6039517. OLE color: 6039517.

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

Color convert

RGB 221 39 92 -
CMYK 0 0.82 0.58 0.13
HSL 342.53º 0.73% 0.51% -
HSV(B) 342.53º 0.82% 0.87% -
XYZ 32.48 17.6 11.81 -
YUV 99.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 221 39 92 0 0.82 0.58 0.13 342.53 0.73 0.51
Hex DD 27 5C 0 52 3A D 157 49 33
Octal 335 47 134 0 122 72 15 527 111 63
Binary 11011101 100111 1011100 0 1010010 111010 1101 101010111 1001001 110011

Color Harmonies of #DD275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD275C

Black with #DD275C

Text Example


Text Example

White with #DD275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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