Html Css Color HEX #DB468A Deep Cerise

📋 copy color: '#DB468A'

red 219 ◦ green 70 ◦ blue 138

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

Shades of Deep Cerise #DB468A

Tints of Deep Cerise #DB468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

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

R = 51.29%
G = 16.39%
B = 32.32%

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

#DB468A (or 0xDB468A) is known color: Deep Cerise. HEX triplet: DB, 46 and 8A. RGB value is (219,70,138). Sum of RGB (Red+Green+Blue) = 219+70+138=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB468A is #24B975. Grayscale: #7A7A7A. Windows color (decimal): -2406774 or 9062107. OLE color: 9062107.

HSL color Cylindrical-coordinate representation of color #DB468A: hue angle of 332.62º 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 #DB468A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 138 -
CMYK 0 0.68 0.37 0.14
HSL 332.62º 0.67% 0.57% -
HSV(B) 332.62º 0.68% 0.86% -
XYZ 35.99 21.28 26.25 -
YUV 122.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 219 70 138 0 0.68 0.37 0.14 332.62 0.67 0.57
Hex DB 46 8A 0 44 25 E 14D 43 39
Octal 333 106 212 0 104 45 16 515 103 71
Binary 11011011 1000110 10001010 0 1000100 100101 1110 101001101 1000011 111001

Color Harmonies of #DB468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB468A

Black with #DB468A

Text Example


Text Example

White with #DB468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB468A; }

 p { color: rgb(219,70,138); }

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

background-color css

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

 a { background-color: rgb(219,70,138); }

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

border-color css

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

 span { border-color: rgb(219,70,138); }

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