Html Css Color HEX #DA478A Deep Cerise

📋 copy color: '#DA478A'

red 218 ◦ green 71 ◦ blue 138

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

Shades of Deep Cerise #DA478A

Tints of Deep Cerise #DA478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

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

R = 51.05%
G = 16.63%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA478A (or 0xDA478A) is known color: Deep Cerise. HEX triplet: DA, 47 and 8A. RGB value is (218,71,138). Sum of RGB (Red+Green+Blue) = 218+71+138=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA478A is #25B875. Grayscale: #7A7A7A. Windows color (decimal): -2472054 or 9062362. OLE color: 9062362.

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

Color convert

RGB 218 71 138 -
CMYK 0 0.67 0.37 0.15
HSL 332.65º 0.67% 0.57% -
HSV(B) 332.65º 0.67% 0.85% -
XYZ 35.75 21.25 26.26 -
YUV 122.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 218 71 138 0 0.67 0.37 0.15 332.65 0.67 0.57
Hex DA 47 8A 0 43 25 F 14D 43 39
Octal 332 107 212 0 103 45 17 515 103 71
Binary 11011010 1000111 10001010 0 1000011 100101 1111 101001101 1000011 111001

Color Harmonies of #DA478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA478A

Black with #DA478A

Text Example


Text Example

White with #DA478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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