Html Css Color HEX #DA577F Cranberry

📋 copy color: '#DA577F'

red 218 ◦ green 87 ◦ blue 127

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

Shades of Cranberry #DA577F

Tints of Cranberry #DA577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.14%

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

R = 50.46%
G = 20.14%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA577F (or 0xDA577F) is known color: Cranberry. HEX triplet: DA, 57 and 7F. RGB value is (218,87,127). Sum of RGB (Red+Green+Blue) = 218+87+127=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA577F is #25A880. Grayscale: #828282. Windows color (decimal): -2467969 or 8345562. OLE color: 8345562.

HSL color Cylindrical-coordinate representation of color #DA577F: hue angle of 341.68º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA577F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 127 -
CMYK 0 0.60 0.42 0.15
HSL 341.68º 0.64% 0.6% -
HSV(B) 341.68º 0.6% 0.85% -
XYZ 36.15 23.25 22.66 -
YUV 130.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 218 87 127 0 0.60 0.42 0.15 341.68 0.64 0.6
Hex DA 57 7F 0 3C 2A F 156 40 3C
Octal 332 127 177 0 74 52 17 526 100 74
Binary 11011010 1010111 1111111 0 111100 101010 1111 101010110 1000000 111100

Color Harmonies of #DA577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA577F

Black with #DA577F

Text Example


Text Example

White with #DA577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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