Html Css Color HEX #DB487E Cranberry

📋 copy color: '#DB487E'

red 219 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #DB487E

Tints of Cranberry #DB487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 52.52%
G = 17.27%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB487E (or 0xDB487E) is known color: Cranberry. HEX triplet: DB, 48 and 7E. RGB value is (219,72,126). Sum of RGB (Red+Green+Blue) = 219+72+126=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB487E is #24B781. Grayscale: #7A7A7A. Windows color (decimal): -2406274 or 8276187. OLE color: 8276187.

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

Color convert

RGB 219 72 126 -
CMYK 0 0.67 0.42 0.14
HSL 337.96º 0.67% 0.57% -
HSV(B) 337.96º 0.67% 0.86% -
XYZ 35.3 21.2 21.97 -
YUV 122.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 219 72 126 0 0.67 0.42 0.14 337.96 0.67 0.57
Hex DB 48 7E 0 43 2A E 152 43 39
Octal 333 110 176 0 103 52 16 522 103 71
Binary 11011011 1001000 1111110 0 1000011 101010 1110 101010010 1000011 111001

Color Harmonies of #DB487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB487E

Black with #DB487E

Text Example


Text Example

White with #DB487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB487E; }

 p { color: rgb(219,72,126); }

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

background-color css

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

 a { background-color: rgb(219,72,126); }

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

border-color css

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

 span { border-color: rgb(219,72,126); }

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