Html Css Color HEX #DA567A Cranberry

📋 copy color: '#DA567A'

red 218 ◦ green 86 ◦ blue 122

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

Shades of Cranberry #DA567A

Tints of Cranberry #DA567A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 51.17%
G = 20.19%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA567A (or 0xDA567A) is known color: Cranberry. HEX triplet: DA, 56 and 7A. RGB value is (218,86,122). Sum of RGB (Red+Green+Blue) = 218+86+122=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA567A is #25A985. Grayscale: #818181. Windows color (decimal): -2468230 or 8017626. OLE color: 8017626.

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

Color convert

RGB 218 86 122 -
CMYK 0 0.61 0.44 0.15
HSL 343.64º 0.64% 0.6% -
HSV(B) 343.64º 0.61% 0.85% -
XYZ 35.75 22.97 20.96 -
YUV 129.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 218 86 122 0 0.61 0.44 0.15 343.64 0.64 0.6
Hex DA 56 7A 0 3D 2C F 158 40 3C
Octal 332 126 172 0 75 54 17 530 100 74
Binary 11011010 1010110 1111010 0 111101 101100 1111 101011000 1000000 111100

Color Harmonies of #DA567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA567A

Black with #DA567A

Text Example


Text Example

White with #DA567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA567A; }

 p { color: rgb(218,86,122); }

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

background-color css

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

 a { background-color: rgb(218,86,122); }

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

border-color css

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

 span { border-color: rgb(218,86,122); }

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