Html Css Color HEX #DD267E Deep Cerise

📋 copy color: '#DD267E'

red 221 ◦ green 38 ◦ blue 126

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

Shades of Deep Cerise #DD267E

Tints of Deep Cerise #DD267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 57.4%
G = 9.87%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD267E (or 0xDD267E) is known color: Deep Cerise. HEX triplet: DD, 26 and 7E. RGB value is (221,38,126). Sum of RGB (Red+Green+Blue) = 221+38+126=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD267E is #22D981. Grayscale: #666666. Windows color (decimal): -2283906 or 8267485. OLE color: 8267485.

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

Color convert

RGB 221 38 126 -
CMYK 0 0.83 0.43 0.13
HSL 331.15º 0.73% 0.51% -
HSV(B) 331.15º 0.83% 0.87% -
XYZ 34.28 18.26 21.46 -
YUV 102.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 221 38 126 0 0.83 0.43 0.13 331.15 0.73 0.51
Hex DD 26 7E 0 53 2B D 14B 49 33
Octal 335 46 176 0 123 53 15 513 111 63
Binary 11011101 100110 1111110 0 1010011 101011 1101 101001011 1001001 110011

Color Harmonies of #DD267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD267E

Black with #DD267E

Text Example


Text Example

White with #DD267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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