Html Css Color HEX #DA567F Cranberry

📋 copy color: '#DA567F'

red 218 ◦ green 86 ◦ blue 127

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

Shades of Cranberry #DA567F

Tints of Cranberry #DA567F

RGB

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

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

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

R = 50.58%
G = 19.95%
B = 29.47%

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

#DA567F (or 0xDA567F) is known color: Cranberry. HEX triplet: DA, 56 and 7F. RGB value is (218,86,127). Sum of RGB (Red+Green+Blue) = 218+86+127=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA567F is #25A980. Grayscale: #828282. Windows color (decimal): -2468225 or 8345306. OLE color: 8345306.

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

Color convert

RGB 218 86 127 -
CMYK 0 0.61 0.42 0.15
HSL 341.36º 0.64% 0.6% -
HSV(B) 341.36º 0.61% 0.85% -
XYZ 36.07 23.09 22.63 -
YUV 130.14 126.23 190.67 -
System Red Green Blue C M Y K H S L
Decimal 218 86 127 0 0.61 0.42 0.15 341.36 0.64 0.6
Hex DA 56 7F 0 3D 2A F 155 40 3C
Octal 332 126 177 0 75 52 17 525 100 74
Binary 11011010 1010110 1111111 0 111101 101010 1111 101010101 1000000 111100

Color Harmonies of #DA567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA567F

Black with #DA567F

Text Example


Text Example

White with #DA567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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