Html Css Color HEX #DD267F Deep Cerise

📋 copy color: '#DD267F'

red 221 ◦ green 38 ◦ blue 127

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

Shades of Deep Cerise #DD267F

Tints of Deep Cerise #DD267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 57.25%
G = 9.84%
B = 32.9%

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

#DD267F (or 0xDD267F) is known color: Deep Cerise. HEX triplet: DD, 26 and 7F. RGB value is (221,38,127). Sum of RGB (Red+Green+Blue) = 221+38+127=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD267F is #22D980. Grayscale: #666666. Windows color (decimal): -2283905 or 8333021. OLE color: 8333021.

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

Color convert

RGB 221 38 127 -
CMYK 0 0.83 0.43 0.13
HSL 330.82º 0.73% 0.51% -
HSV(B) 330.82º 0.83% 0.87% -
XYZ 34.34 18.29 21.8 -
YUV 102.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 221 38 127 0 0.83 0.43 0.13 330.82 0.73 0.51
Hex DD 26 7F 0 53 2B D 14B 49 33
Octal 335 46 177 0 123 53 15 513 111 63
Binary 11011101 100110 1111111 0 1010011 101011 1101 101001011 1001001 110011

Color Harmonies of #DD267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD267F

Black with #DD267F

Text Example


Text Example

White with #DD267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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