Html Css Color HEX #DA448F Deep Cerise

📋 copy color: '#DA448F'

red 218 ◦ green 68 ◦ blue 143

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

Shades of Deep Cerise #DA448F

Tints of Deep Cerise #DA448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 50.82%
G = 15.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA448F (or 0xDA448F) is known color: Deep Cerise. HEX triplet: DA, 44 and 8F. RGB value is (218,68,143). Sum of RGB (Red+Green+Blue) = 218+68+143=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA448F is #25BB70. Grayscale: #797979. Windows color (decimal): -2472817 or 9389274. OLE color: 9389274.

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

Color convert

RGB 218 68 143 -
CMYK 0 0.69 0.34 0.15
HSL 330º 0.67% 0.56% -
HSV(B) 330º 0.69% 0.85% -
XYZ 35.94 21.02 28.15 -
YUV 121.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 218 68 143 0 0.69 0.34 0.15 330 0.67 0.56
Hex DA 44 8F 0 45 22 F 14A 43 38
Octal 332 104 217 0 105 42 17 512 103 70
Binary 11011010 1000100 10001111 0 1000101 100010 1111 101001010 1000011 111000

Color Harmonies of #DA448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA448F

Black with #DA448F

Text Example


Text Example

White with #DA448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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