Html Css Color HEX #DD275F Cerise

📋 copy color: '#DD275F'

red 221 ◦ green 39 ◦ blue 95

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

Shades of Cerise #DD275F

Tints of Cerise #DD275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 62.25%
G = 10.99%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD275F (or 0xDD275F) is known color: Cerise. HEX triplet: DD, 27 and 5F. RGB value is (221,39,95). Sum of RGB (Red+Green+Blue) = 221+39+95=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD275F is #22D8A0. Grayscale: #636363. Windows color (decimal): -2283681 or 6236125. OLE color: 6236125.

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

Color convert

RGB 221 39 95 -
CMYK 0 0.82 0.57 0.13
HSL 341.54º 0.73% 0.51% -
HSV(B) 341.54º 0.82% 0.87% -
XYZ 32.61 17.65 12.51 -
YUV 99.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 221 39 95 0 0.82 0.57 0.13 341.54 0.73 0.51
Hex DD 27 5F 0 52 39 D 156 49 33
Octal 335 47 137 0 122 71 15 526 111 63
Binary 11011101 100111 1011111 0 1010010 111001 1101 101010110 1001001 110011

Color Harmonies of #DD275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD275F

Black with #DD275F

Text Example


Text Example

White with #DD275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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