Html Css Color HEX #DA5A7F Cranberry

📋 copy color: '#DA5A7F'

red 218 ◦ green 90 ◦ blue 127

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

Shades of Cranberry #DA5A7F

Tints of Cranberry #DA5A7F

RGB

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

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

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

R = 50.11%
G = 20.69%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA5A7F (or 0xDA5A7F) is known color: Cranberry. HEX triplet: DA, 5A and 7F. RGB value is (218,90,127). Sum of RGB (Red+Green+Blue) = 218+90+127=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A7F is #25A580. Grayscale: #848484. Windows color (decimal): -2467201 or 8346330. OLE color: 8346330.

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

Color convert

RGB 218 90 127 -
CMYK 0 0.59 0.42 0.15
HSL 342.66º 0.63% 0.6% -
HSV(B) 342.66º 0.59% 0.85% -
XYZ 36.4 23.75 22.74 -
YUV 132.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 218 90 127 0 0.59 0.42 0.15 342.66 0.63 0.6
Hex DA 5A 7F 0 3B 2A F 157 3F 3C
Octal 332 132 177 0 73 52 17 527 77 74
Binary 11011010 1011010 1111111 0 111011 101010 1111 101010111 111111 111100

Color Harmonies of #DA5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A7F

Black with #DA5A7F

Text Example


Text Example

White with #DA5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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