Html Css Color HEX #DB478B Deep Cerise

📋 copy color: '#DB478B'

red 219 ◦ green 71 ◦ blue 139

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

Shades of Deep Cerise #DB478B

Tints of Deep Cerise #DB478B

RGB

 RED value IS 219 (85.94% from 255) = 51.05%

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

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

R = 51.05%
G = 16.55%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB478B (or 0xDB478B) is known color: Deep Cerise. HEX triplet: DB, 47 and 8B. RGB value is (219,71,139). Sum of RGB (Red+Green+Blue) = 219+71+139=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB478B is #24B874. Grayscale: #7A7A7A. Windows color (decimal): -2406517 or 9127899. OLE color: 9127899.

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

Color convert

RGB 219 71 139 -
CMYK 0 0.68 0.37 0.14
HSL 332.43º 0.67% 0.57% -
HSV(B) 332.43º 0.68% 0.86% -
XYZ 36.13 21.43 26.66 -
YUV 123 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 219 71 139 0 0.68 0.37 0.14 332.43 0.67 0.57
Hex DB 47 8B 0 44 25 E 14C 43 39
Octal 333 107 213 0 104 45 16 514 103 71
Binary 11011011 1000111 10001011 0 1000100 100101 1110 101001100 1000011 111001

Color Harmonies of #DB478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB478B

Black with #DB478B

Text Example


Text Example

White with #DB478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB478B; }

 p { color: rgb(219,71,139); }

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

background-color css

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

 a { background-color: rgb(219,71,139); }

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

border-color css

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

 span { border-color: rgb(219,71,139); }

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