Html Css Color HEX #DB438C Deep Cerise

📋 copy color: '#DB438C'

red 219 ◦ green 67 ◦ blue 140

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

Shades of Deep Cerise #DB438C

Tints of Deep Cerise #DB438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.73%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 51.41%
G = 15.73%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB438C (or 0xDB438C) is known color: Deep Cerise. HEX triplet: DB, 43 and 8C. RGB value is (219,67,140). Sum of RGB (Red+Green+Blue) = 219+67+140=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB438C is #24BC73. Grayscale: #787878. Windows color (decimal): -2407540 or 9192411. OLE color: 9192411.

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

Color convert

RGB 219 67 140 -
CMYK 0 0.69 0.36 0.14
HSL 331.18º 0.68% 0.56% -
HSV(B) 331.18º 0.69% 0.86% -
XYZ 35.95 20.97 26.96 -
YUV 120.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 219 67 140 0 0.69 0.36 0.14 331.18 0.68 0.56
Hex DB 43 8C 0 45 24 E 14B 44 38
Octal 333 103 214 0 105 44 16 513 104 70
Binary 11011011 1000011 10001100 0 1000101 100100 1110 101001011 1000100 111000

Color Harmonies of #DB438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB438C

Black with #DB438C

Text Example


Text Example

White with #DB438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB438C; }

 p { color: rgb(219,67,140); }

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

background-color css

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

 a { background-color: rgb(219,67,140); }

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

border-color css

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

 span { border-color: rgb(219,67,140); }

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