Html Css Color HEX #DD276F Cerise

📋 copy color: '#DD276F'

red 221 ◦ green 39 ◦ blue 111

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

Shades of Cerise #DD276F

Tints of Cerise #DD276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 59.57%
G = 10.51%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD276F (or 0xDD276F) is known color: Cerise. HEX triplet: DD, 27 and 6F. RGB value is (221,39,111). Sum of RGB (Red+Green+Blue) = 221+39+111=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD276F is #22D890. Grayscale: #656565. Windows color (decimal): -2283665 or 7284701. OLE color: 7284701.

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

Color convert

RGB 221 39 111 -
CMYK 0 0.82 0.50 0.13
HSL 336.26º 0.73% 0.51% -
HSV(B) 336.26º 0.82% 0.87% -
XYZ 33.41 17.97 16.75 -
YUV 101.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 221 39 111 0 0.82 0.50 0.13 336.26 0.73 0.51
Hex DD 27 6F 0 52 32 D 150 49 33
Octal 335 47 157 0 122 62 15 520 111 63
Binary 11011101 100111 1101111 0 1010010 110010 1101 101010000 1001001 110011

Color Harmonies of #DD276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD276F

Black with #DD276F

Text Example


Text Example

White with #DD276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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