Html Css Color HEX #DA448C Deep Cerise

📋 copy color: '#DA448C'

red 218 ◦ green 68 ◦ blue 140

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

Shades of Deep Cerise #DA448C

Tints of Deep Cerise #DA448C

RGB

 RED value IS 218 (85.55% from 255) = 51.17%

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

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 51.17%
G = 15.96%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA448C (or 0xDA448C) is known color: Deep Cerise. HEX triplet: DA, 44 and 8C. RGB value is (218,68,140). Sum of RGB (Red+Green+Blue) = 218+68+140=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA448C is #25BB73. Grayscale: #787878. Windows color (decimal): -2472820 or 9192666. OLE color: 9192666.

HSL color Cylindrical-coordinate representation of color #DA448C: hue angle of 331.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA448C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 140 -
CMYK 0 0.69 0.36 0.15
HSL 331.2º 0.67% 0.56% -
HSV(B) 331.2º 0.69% 0.85% -
XYZ 35.71 20.93 26.97 -
YUV 121.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 218 68 140 0 0.69 0.36 0.15 331.2 0.67 0.56
Hex DA 44 8C 0 45 24 F 14B 43 38
Octal 332 104 214 0 105 44 17 513 103 70
Binary 11011010 1000100 10001100 0 1000101 100100 1111 101001011 1000011 111000

Color Harmonies of #DA448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA448C

Black with #DA448C

Text Example


Text Example

White with #DA448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA448C; }

 p { color: rgb(218,68,140); }

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

background-color css

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

 a { background-color: rgb(218,68,140); }

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

border-color css

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

 span { border-color: rgb(218,68,140); }

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