Html Css Color HEX #DB5A7B Cranberry

📋 copy color: '#DB5A7B'

red 219 ◦ green 90 ◦ blue 123

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

Shades of Cranberry #DB5A7B

Tints of Cranberry #DB5A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

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

R = 50.69%
G = 20.83%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB5A7B (or 0xDB5A7B) is known color: Cranberry. HEX triplet: DB, 5A and 7B. RGB value is (219,90,123). Sum of RGB (Red+Green+Blue) = 219+90+123=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A7B is #24A584. Grayscale: #848484. Windows color (decimal): -2401669 or 8084187. OLE color: 8084187.

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

Color convert

RGB 219 90 123 -
CMYK 0 0.59 0.44 0.14
HSL 344.65º 0.64% 0.61% -
HSV(B) 344.65º 0.59% 0.86% -
XYZ 36.44 23.8 21.41 -
YUV 132.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 219 90 123 0 0.59 0.44 0.14 344.65 0.64 0.61
Hex DB 5A 7B 0 3B 2C E 159 40 3D
Octal 333 132 173 0 73 54 16 531 100 75
Binary 11011011 1011010 1111011 0 111011 101100 1110 101011001 1000000 111101

Color Harmonies of #DB5A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A7B

Black with #DB5A7B

Text Example


Text Example

White with #DB5A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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