Html Css Color HEX #DD266A Cerise

📋 copy color: '#DD266A'

red 221 ◦ green 38 ◦ blue 106

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

Shades of Cerise #DD266A

Tints of Cerise #DD266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.41%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 60.55%
G = 10.41%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD266A (or 0xDD266A) is known color: Cerise. HEX triplet: DD, 26 and 6A. RGB value is (221,38,106). Sum of RGB (Red+Green+Blue) = 221+38+106=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD266A is #22D995. Grayscale: #646464. Windows color (decimal): -2283926 or 6956765. OLE color: 6956765.

HSL color Cylindrical-coordinate representation of color #DD266A: hue angle of 337.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD266A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 106 -
CMYK 0 0.83 0.52 0.13
HSL 337.7º 0.73% 0.51% -
HSV(B) 337.7º 0.83% 0.87% -
XYZ 33.11 17.8 15.33 -
YUV 100.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 221 38 106 0 0.83 0.52 0.13 337.7 0.73 0.51
Hex DD 26 6A 0 53 34 D 152 49 33
Octal 335 46 152 0 123 64 15 522 111 63
Binary 11011101 100110 1101010 0 1010011 110100 1101 101010010 1001001 110011

Color Harmonies of #DD266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD266A

Black with #DD266A

Text Example


Text Example

White with #DD266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD266A; }

 p { color: rgb(221,38,106); }

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

background-color css

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

 a { background-color: rgb(221,38,106); }

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

border-color css

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

 span { border-color: rgb(221,38,106); }

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