Html Css Color HEX #DD268F Deep Cerise

📋 copy color: '#DD268F'

red 221 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #DD268F

Tints of Deep Cerise #DD268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 54.98%
G = 9.45%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD268F (or 0xDD268F) is known color: Deep Cerise. HEX triplet: DD, 26 and 8F. RGB value is (221,38,143). Sum of RGB (Red+Green+Blue) = 221+38+143=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD268F is #22D970. Grayscale: #686868. Windows color (decimal): -2283889 or 9381597. OLE color: 9381597.

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

Color convert

RGB 221 38 143 -
CMYK 0 0.83 0.35 0.13
HSL 325.57º 0.73% 0.51% -
HSV(B) 325.57º 0.83% 0.87% -
XYZ 35.47 18.74 27.73 -
YUV 104.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 221 38 143 0 0.83 0.35 0.13 325.57 0.73 0.51
Hex DD 26 8F 0 53 23 D 146 49 33
Octal 335 46 217 0 123 43 15 506 111 63
Binary 11011101 100110 10001111 0 1010011 100011 1101 101000110 1001001 110011

Color Harmonies of #DD268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD268F

Black with #DD268F

Text Example


Text Example

White with #DD268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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