Html Css Color HEX #DA5B7F Cranberry

📋 copy color: '#DA5B7F'

red 218 ◦ green 91 ◦ blue 127

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

Shades of Cranberry #DA5B7F

Tints of Cranberry #DA5B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 50%
G = 20.87%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA5B7F (or 0xDA5B7F) is known color: Cranberry. HEX triplet: DA, 5B and 7F. RGB value is (218,91,127). Sum of RGB (Red+Green+Blue) = 218+91+127=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B7F is #25A480. Grayscale: #858585. Windows color (decimal): -2466945 or 8346586. OLE color: 8346586.

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

Color convert

RGB 218 91 127 -
CMYK 0 0.58 0.42 0.15
HSL 342.99º 0.63% 0.61% -
HSV(B) 342.99º 0.58% 0.85% -
XYZ 36.49 23.92 22.77 -
YUV 133.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 218 91 127 0 0.58 0.42 0.15 342.99 0.63 0.61
Hex DA 5B 7F 0 3A 2A F 157 3F 3D
Octal 332 133 177 0 72 52 17 527 77 75
Binary 11011010 1011011 1111111 0 111010 101010 1111 101010111 111111 111101

Color Harmonies of #DA5B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B7F

Black with #DA5B7F

Text Example


Text Example

White with #DA5B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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