Html Css Color HEX #DA547D Cranberry

📋 copy color: '#DA547D'

red 218 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #DA547D

Tints of Cranberry #DA547D

RGB

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

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

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

R = 51.05%
G = 19.67%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA547D (or 0xDA547D) is known color: Cranberry. HEX triplet: DA, 54 and 7D. RGB value is (218,84,125). Sum of RGB (Red+Green+Blue) = 218+84+125=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA547D is #25AB82. Grayscale: #808080. Windows color (decimal): -2468739 or 8213722. OLE color: 8213722.

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

Color convert

RGB 218 84 125 -
CMYK 0 0.61 0.43 0.15
HSL 341.64º 0.64% 0.59% -
HSV(B) 341.64º 0.61% 0.85% -
XYZ 35.79 22.73 21.9 -
YUV 128.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 218 84 125 0 0.61 0.43 0.15 341.64 0.64 0.59
Hex DA 54 7D 0 3D 2B F 156 40 3B
Octal 332 124 175 0 75 53 17 526 100 73
Binary 11011010 1010100 1111101 0 111101 101011 1111 101010110 1000000 111011

Color Harmonies of #DA547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA547D

Black with #DA547D

Text Example


Text Example

White with #DA547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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