Html Css Color HEX #DD266E Cerise

📋 copy color: '#DD266E'

red 221 ◦ green 38 ◦ blue 110

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

Shades of Cerise #DD266E

Tints of Cerise #DD266E

RGB

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

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

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

R = 59.89%
G = 10.3%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD266E (or 0xDD266E) is known color: Cerise. HEX triplet: DD, 26 and 6E. RGB value is (221,38,110). Sum of RGB (Red+Green+Blue) = 221+38+110=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD266E is #22D991. Grayscale: #646464. Windows color (decimal): -2283922 or 7218909. OLE color: 7218909.

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

Color convert

RGB 221 38 110 -
CMYK 0 0.83 0.50 0.13
HSL 336.39º 0.73% 0.51% -
HSV(B) 336.39º 0.83% 0.87% -
XYZ 33.33 17.88 16.45 -
YUV 100.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 221 38 110 0 0.83 0.50 0.13 336.39 0.73 0.51
Hex DD 26 6E 0 53 32 D 150 49 33
Octal 335 46 156 0 123 62 15 520 111 63
Binary 11011101 100110 1101110 0 1010011 110010 1101 101010000 1001001 110011

Color Harmonies of #DD266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD266E

Black with #DD266E

Text Example


Text Example

White with #DD266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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