Html Css Color HEX #DA547F Cranberry

📋 copy color: '#DA547F'

red 218 ◦ green 84 ◦ blue 127

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

Shades of Cranberry #DA547F

Tints of Cranberry #DA547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

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

R = 50.82%
G = 19.58%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA547F (or 0xDA547F) is known color: Cranberry. HEX triplet: DA, 54 and 7F. RGB value is (218,84,127). Sum of RGB (Red+Green+Blue) = 218+84+127=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA547F is #25AB80. Grayscale: #808080. Windows color (decimal): -2468737 or 8344794. OLE color: 8344794.

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

Color convert

RGB 218 84 127 -
CMYK 0 0.61 0.42 0.15
HSL 340.75º 0.64% 0.59% -
HSV(B) 340.75º 0.61% 0.85% -
XYZ 35.91 22.78 22.58 -
YUV 128.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 218 84 127 0 0.61 0.42 0.15 340.75 0.64 0.59
Hex DA 54 7F 0 3D 2A F 155 40 3B
Octal 332 124 177 0 75 52 17 525 100 73
Binary 11011010 1010100 1111111 0 111101 101010 1111 101010101 1000000 111011

Color Harmonies of #DA547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA547F

Black with #DA547F

Text Example


Text Example

White with #DA547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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