Html Css Color HEX #DA5B7D Cranberry

📋 copy color: '#DA5B7D'

red 218 ◦ green 91 ◦ blue 125

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

Shades of Cranberry #DA5B7D

Tints of Cranberry #DA5B7D

RGB

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

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

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

R = 50.23%
G = 20.97%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA5B7D (or 0xDA5B7D) is known color: Cranberry. HEX triplet: DA, 5B and 7D. RGB value is (218,91,125). Sum of RGB (Red+Green+Blue) = 218+91+125=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B7D is #25A482. Grayscale: #848484. Windows color (decimal): -2466947 or 8215514. OLE color: 8215514.

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

Color convert

RGB 218 91 125 -
CMYK 0 0.58 0.43 0.15
HSL 343.94º 0.63% 0.61% -
HSV(B) 343.94º 0.58% 0.85% -
XYZ 36.36 23.87 22.09 -
YUV 132.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 218 91 125 0 0.58 0.43 0.15 343.94 0.63 0.61
Hex DA 5B 7D 0 3A 2B F 158 3F 3D
Octal 332 133 175 0 72 53 17 530 77 75
Binary 11011010 1011011 1111101 0 111010 101011 1111 101011000 111111 111101

Color Harmonies of #DA5B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B7D

Black with #DA5B7D

Text Example


Text Example

White with #DA5B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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