Html Css Color HEX #DB5F7B Cranberry

📋 copy color: '#DB5F7B'

red 219 ◦ green 95 ◦ blue 123

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

Shades of Cranberry #DB5F7B

Tints of Cranberry #DB5F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 50.11%
G = 21.74%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB5F7B (or 0xDB5F7B) is known color: Cranberry. HEX triplet: DB, 5F and 7B. RGB value is (219,95,123). Sum of RGB (Red+Green+Blue) = 219+95+123=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F7B is #24A084. Grayscale: #878787. Windows color (decimal): -2400389 or 8085467. OLE color: 8085467.

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

Color convert

RGB 219 95 123 -
CMYK 0 0.57 0.44 0.14
HSL 346.45º 0.63% 0.62% -
HSV(B) 346.45º 0.57% 0.86% -
XYZ 36.88 24.67 21.56 -
YUV 135.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 219 95 123 0 0.57 0.44 0.14 346.45 0.63 0.62
Hex DB 5F 7B 0 39 2C E 15A 3F 3E
Octal 333 137 173 0 71 54 16 532 77 76
Binary 11011011 1011111 1111011 0 111001 101100 1110 101011010 111111 111110

Color Harmonies of #DB5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F7B

Black with #DB5F7B

Text Example


Text Example

White with #DB5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F7B; }

 p { color: rgb(219,95,123); }

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

background-color css

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

 a { background-color: rgb(219,95,123); }

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

border-color css

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

 span { border-color: rgb(219,95,123); }

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