Html Css Color HEX #DA448B Deep Cerise

📋 copy color: '#DA448B'

red 218 ◦ green 68 ◦ blue 139

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

Shades of Deep Cerise #DA448B

Tints of Deep Cerise #DA448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 51.29%
G = 16%
B = 32.71%

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

#DA448B (or 0xDA448B) is known color: Deep Cerise. HEX triplet: DA, 44 and 8B. RGB value is (218,68,139). Sum of RGB (Red+Green+Blue) = 218+68+139=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA448B is #25BB74. Grayscale: #787878. Windows color (decimal): -2472821 or 9127130. OLE color: 9127130.

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

Color convert

RGB 218 68 139 -
CMYK 0 0.69 0.36 0.15
HSL 331.6º 0.67% 0.56% -
HSV(B) 331.6º 0.69% 0.85% -
XYZ 35.64 20.9 26.58 -
YUV 120.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 218 68 139 0 0.69 0.36 0.15 331.6 0.67 0.56
Hex DA 44 8B 0 45 24 F 14C 43 38
Octal 332 104 213 0 105 44 17 514 103 70
Binary 11011010 1000100 10001011 0 1000101 100100 1111 101001100 1000011 111000

Color Harmonies of #DA448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA448B

Black with #DA448B

Text Example


Text Example

White with #DA448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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