Html Css Color HEX #DB487D Cranberry

📋 copy color: '#DB487D'

red 219 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #DB487D

Tints of Cranberry #DB487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 52.64%
G = 17.31%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB487D (or 0xDB487D) is known color: Cranberry. HEX triplet: DB, 48 and 7D. RGB value is (219,72,125). Sum of RGB (Red+Green+Blue) = 219+72+125=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB487D is #24B782. Grayscale: #797979. Windows color (decimal): -2406275 or 8210651. OLE color: 8210651.

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

Color convert

RGB 219 72 125 -
CMYK 0 0.67 0.43 0.14
HSL 338.37º 0.67% 0.57% -
HSV(B) 338.37º 0.67% 0.86% -
XYZ 35.23 21.18 21.63 -
YUV 122 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 219 72 125 0 0.67 0.43 0.14 338.37 0.67 0.57
Hex DB 48 7D 0 43 2B E 152 43 39
Octal 333 110 175 0 103 53 16 522 103 71
Binary 11011011 1001000 1111101 0 1000011 101011 1110 101010010 1000011 111001

Color Harmonies of #DB487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB487D

Black with #DB487D

Text Example


Text Example

White with #DB487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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