Html Css Color HEX #DD276E Cerise

📋 copy color: '#DD276E'

red 221 ◦ green 39 ◦ blue 110

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

Shades of Cerise #DD276E

Tints of Cerise #DD276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 59.73%
G = 10.54%
B = 29.73%

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

#DD276E (or 0xDD276E) is known color: Cerise. HEX triplet: DD, 27 and 6E. RGB value is (221,39,110). Sum of RGB (Red+Green+Blue) = 221+39+110=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD276E is #22D891. Grayscale: #656565. Windows color (decimal): -2283666 or 7219165. OLE color: 7219165.

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

Color convert

RGB 221 39 110 -
CMYK 0 0.82 0.50 0.13
HSL 336.59º 0.73% 0.51% -
HSV(B) 336.59º 0.82% 0.87% -
XYZ 33.36 17.95 16.46 -
YUV 101.51 132.8 213.23 -
System Red Green Blue C M Y K H S L
Decimal 221 39 110 0 0.82 0.50 0.13 336.59 0.73 0.51
Hex DD 27 6E 0 52 32 D 151 49 33
Octal 335 47 156 0 122 62 15 521 111 63
Binary 11011101 100111 1101110 0 1010010 110010 1101 101010001 1001001 110011

Color Harmonies of #DD276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD276E

Black with #DD276E

Text Example


Text Example

White with #DD276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD276E; }

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

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

background-color css

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

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

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

border-color css

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

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

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