Html Css Color HEX #DF448A Deep Cerise

📋 copy color: '#DF448A'

red 223 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #DF448A

Tints of Deep Cerise #DF448A

RGB

 RED value IS 223 (87.5% from 255) = 51.98%

 GREEN value IS 68 (26.95% from 255) = 15.85%

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 51.98%
G = 15.85%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF448A (or 0xDF448A) is known color: Deep Cerise. HEX triplet: DF, 44 and 8A. RGB value is (223,68,138). Sum of RGB (Red+Green+Blue) = 223+68+138=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF448A is #20BB75. Grayscale: #7A7A7A. Windows color (decimal): -2145142 or 9061599. OLE color: 9061599.

HSL color Cylindrical-coordinate representation of color #DF448A: hue angle of 332.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF448A is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 138 -
CMYK 0 0.70 0.38 0.13
HSL 332.9º 0.71% 0.57% -
HSV(B) 332.9º 0.7% 0.87% -
XYZ 37.09 21.66 26.27 -
YUV 122.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 223 68 138 0 0.70 0.38 0.13 332.9 0.71 0.57
Hex DF 44 8A 0 46 26 D 14D 47 39
Octal 337 104 212 0 106 46 15 515 107 71
Binary 11011111 1000100 10001010 0 1000110 100110 1101 101001101 1000111 111001

Color Harmonies of #DF448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF448A

Black with #DF448A

Text Example


Text Example

White with #DF448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF448A; }

 p { color: rgb(223,68,138); }

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

background-color css

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

 a { background-color: rgb(223,68,138); }

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

border-color css

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

 span { border-color: rgb(223,68,138); }

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