Html Css Color HEX #DB468B Deep Cerise

📋 copy color: '#DB468B'

red 219 ◦ green 70 ◦ blue 139

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

Shades of Deep Cerise #DB468B

Tints of Deep Cerise #DB468B

RGB

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

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

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

R = 51.17%
G = 16.36%
B = 32.48%

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

#DB468B (or 0xDB468B) is known color: Deep Cerise. HEX triplet: DB, 46 and 8B. RGB value is (219,70,139). Sum of RGB (Red+Green+Blue) = 219+70+139=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB468B is #24B974. Grayscale: #7A7A7A. Windows color (decimal): -2406773 or 9127643. OLE color: 9127643.

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

Color convert

RGB 219 70 139 -
CMYK 0 0.68 0.37 0.14
HSL 332.21º 0.67% 0.57% -
HSV(B) 332.21º 0.68% 0.86% -
XYZ 36.06 21.3 26.64 -
YUV 122.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 219 70 139 0 0.68 0.37 0.14 332.21 0.67 0.57
Hex DB 46 8B 0 44 25 E 14C 43 39
Octal 333 106 213 0 104 45 16 514 103 71
Binary 11011011 1000110 10001011 0 1000100 100101 1110 101001100 1000011 111001

Color Harmonies of #DB468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB468B

Black with #DB468B

Text Example


Text Example

White with #DB468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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