Html Css Color HEX #DB5B7E Cranberry

📋 copy color: '#DB5B7E'

red 219 ◦ green 91 ◦ blue 126

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

Shades of Cranberry #DB5B7E

Tints of Cranberry #DB5B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

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

R = 50.23%
G = 20.87%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB5B7E (or 0xDB5B7E) is known color: Cranberry. HEX triplet: DB, 5B and 7E. RGB value is (219,91,126). Sum of RGB (Red+Green+Blue) = 219+91+126=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B7E is #24A481. Grayscale: #858585. Windows color (decimal): -2401410 or 8281051. OLE color: 8281051.

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

Color convert

RGB 219 91 126 -
CMYK 0 0.58 0.42 0.14
HSL 343.59º 0.64% 0.61% -
HSV(B) 343.59º 0.58% 0.86% -
XYZ 36.72 24.05 22.45 -
YUV 133.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 219 91 126 0 0.58 0.42 0.14 343.59 0.64 0.61
Hex DB 5B 7E 0 3A 2A E 158 40 3D
Octal 333 133 176 0 72 52 16 530 100 75
Binary 11011011 1011011 1111110 0 111010 101010 1110 101011000 1000000 111101

Color Harmonies of #DB5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B7E

Black with #DB5B7E

Text Example


Text Example

White with #DB5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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