Html Css Color HEX #DD268E Deep Cerise

📋 copy color: '#DD268E'

red 221 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #DD268E

Tints of Deep Cerise #DD268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 55.11%
G = 9.48%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD268E (or 0xDD268E) is known color: Deep Cerise. HEX triplet: DD, 26 and 8E. RGB value is (221,38,142). Sum of RGB (Red+Green+Blue) = 221+38+142=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD268E is #22D971. Grayscale: #686868. Windows color (decimal): -2283890 or 9316061. OLE color: 9316061.

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

Color convert

RGB 221 38 142 -
CMYK 0 0.83 0.36 0.13
HSL 325.9º 0.73% 0.51% -
HSV(B) 325.9º 0.83% 0.87% -
XYZ 35.39 18.71 27.34 -
YUV 104.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 221 38 142 0 0.83 0.36 0.13 325.9 0.73 0.51
Hex DD 26 8E 0 53 24 D 146 49 33
Octal 335 46 216 0 123 44 15 506 111 63
Binary 11011101 100110 10001110 0 1010011 100100 1101 101000110 1001001 110011

Color Harmonies of #DD268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD268E

Black with #DD268E

Text Example


Text Example

White with #DD268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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