Html Css Color HEX #DA567E Cranberry

📋 copy color: '#DA567E'

red 218 ◦ green 86 ◦ blue 126

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

Shades of Cranberry #DA567E

Tints of Cranberry #DA567E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 50.7%
G = 20%
B = 29.3%

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

#DA567E (or 0xDA567E) is known color: Cranberry. HEX triplet: DA, 56 and 7E. RGB value is (218,86,126). Sum of RGB (Red+Green+Blue) = 218+86+126=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA567E is #25A981. Grayscale: #828282. Windows color (decimal): -2468226 or 8279770. OLE color: 8279770.

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

Color convert

RGB 218 86 126 -
CMYK 0 0.61 0.42 0.15
HSL 341.82º 0.64% 0.6% -
HSV(B) 341.82º 0.61% 0.85% -
XYZ 36.01 23.07 22.29 -
YUV 130.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 218 86 126 0 0.61 0.42 0.15 341.82 0.64 0.6
Hex DA 56 7E 0 3D 2A F 156 40 3C
Octal 332 126 176 0 75 52 17 526 100 74
Binary 11011010 1010110 1111110 0 111101 101010 1111 101010110 1000000 111100

Color Harmonies of #DA567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA567E

Black with #DA567E

Text Example


Text Example

White with #DA567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA567E; }

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

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

background-color css

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

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

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

border-color css

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

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

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