Html Css Color HEX #DD267C Deep Cerise

📋 copy color: '#DD267C'

red 221 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #DD267C

Tints of Deep Cerise #DD267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 57.7%
G = 9.92%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD267C (or 0xDD267C) is known color: Deep Cerise. HEX triplet: DD, 26 and 7C. RGB value is (221,38,124). Sum of RGB (Red+Green+Blue) = 221+38+124=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD267C is #22D983. Grayscale: #666666. Windows color (decimal): -2283908 or 8136413. OLE color: 8136413.

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

Color convert

RGB 221 38 124 -
CMYK 0 0.83 0.44 0.13
HSL 331.8º 0.73% 0.51% -
HSV(B) 331.8º 0.83% 0.87% -
XYZ 34.15 18.21 20.78 -
YUV 102.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 221 38 124 0 0.83 0.44 0.13 331.8 0.73 0.51
Hex DD 26 7C 0 53 2C D 14C 49 33
Octal 335 46 174 0 123 54 15 514 111 63
Binary 11011101 100110 1111100 0 1010011 101100 1101 101001100 1001001 110011

Color Harmonies of #DD267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD267C

Black with #DD267C

Text Example


Text Example

White with #DD267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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