Html Css Color HEX #DA5B7B Cranberry

📋 copy color: '#DA5B7B'

red 218 ◦ green 91 ◦ blue 123

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

Shades of Cranberry #DA5B7B

Tints of Cranberry #DA5B7B

RGB

 RED value IS 218 (85.55% from 255) = 50.46%

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

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

R = 50.46%
G = 21.06%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA5B7B (or 0xDA5B7B) is known color: Cranberry. HEX triplet: DA, 5B and 7B. RGB value is (218,91,123). Sum of RGB (Red+Green+Blue) = 218+91+123=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B7B is #25A484. Grayscale: #848484. Windows color (decimal): -2466949 or 8084442. OLE color: 8084442.

HSL color Cylindrical-coordinate representation of color #DA5B7B: hue angle of 344.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5B7B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 91 123 -
CMYK 0 0.58 0.44 0.15
HSL 344.88º 0.63% 0.61% -
HSV(B) 344.88º 0.58% 0.85% -
XYZ 36.23 23.82 21.43 -
YUV 132.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 218 91 123 0 0.58 0.44 0.15 344.88 0.63 0.61
Hex DA 5B 7B 0 3A 2C F 159 3F 3D
Octal 332 133 173 0 72 54 17 531 77 75
Binary 11011010 1011011 1111011 0 111010 101100 1111 101011001 111111 111101

Color Harmonies of #DA5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B7B

Black with #DA5B7B

Text Example


Text Example

White with #DA5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B7B; }

 p { color: rgb(218,91,123); }

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

background-color css

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

 a { background-color: rgb(218,91,123); }

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

border-color css

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

 span { border-color: rgb(218,91,123); }

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