Html Css Color HEX #DD269F Deep Cerise

📋 copy color: '#DD269F'

red 221 ◦ green 38 ◦ blue 159

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

Shades of Deep Cerise #DD269F

Tints of Deep Cerise #DD269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 52.87%
G = 9.09%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD269F (or 0xDD269F) is known color: Deep Cerise. HEX triplet: DD, 26 and 9F. RGB value is (221,38,159). Sum of RGB (Red+Green+Blue) = 221+38+159=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD269F is #22D960. Grayscale: #6A6A6A. Windows color (decimal): -2283873 or 10430173. OLE color: 10430173.

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

Color convert

RGB 221 38 159 -
CMYK 0 0.83 0.28 0.13
HSL 320.33º 0.73% 0.51% -
HSV(B) 320.33º 0.83% 0.87% -
XYZ 36.77 19.26 34.58 -
YUV 106.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 221 38 159 0 0.83 0.28 0.13 320.33 0.73 0.51
Hex DD 26 9F 0 53 1C D 140 49 33
Octal 335 46 237 0 123 34 15 500 111 63
Binary 11011101 100110 10011111 0 1010011 11100 1101 101000000 1001001 110011

Color Harmonies of #DD269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD269F

Black with #DD269F

Text Example


Text Example

White with #DD269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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