Html Css Color HEX #DA448A Deep Cerise

📋 copy color: '#DA448A'

red 218 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #DA448A

Tints of Deep Cerise #DA448A

RGB

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

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

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

R = 51.42%
G = 16.04%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA448A (or 0xDA448A) is known color: Deep Cerise. HEX triplet: DA, 44 and 8A. RGB value is (218,68,138). Sum of RGB (Red+Green+Blue) = 218+68+138=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA448A is #25BB75. Grayscale: #787878. Windows color (decimal): -2472822 or 9061594. OLE color: 9061594.

HSL color Cylindrical-coordinate representation of color #DA448A: hue angle of 332º 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 #DA448A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 138 -
CMYK 0 0.69 0.37 0.15
HSL 332º 0.67% 0.56% -
HSV(B) 332º 0.69% 0.85% -
XYZ 35.57 20.87 26.2 -
YUV 120.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 218 68 138 0 0.69 0.37 0.15 332 0.67 0.56
Hex DA 44 8A 0 45 25 F 14C 43 38
Octal 332 104 212 0 105 45 17 514 103 70
Binary 11011010 1000100 10001010 0 1000101 100101 1111 101001100 1000011 111000

Color Harmonies of #DA448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA448A

Black with #DA448A

Text Example


Text Example

White with #DA448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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