Html Css Color HEX #DA6178 Cranberry

📋 copy color: '#DA6178'

red 218 ◦ green 97 ◦ blue 120

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

Shades of Cranberry #DA6178

Tints of Cranberry #DA6178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 50.11%
G = 22.3%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6178 (or 0xDA6178) is known color: Cranberry. HEX triplet: DA, 61 and 78. RGB value is (218,97,120). Sum of RGB (Red+Green+Blue) = 218+97+120=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6178 is #259E87. Grayscale: #878787. Windows color (decimal): -2465416 or 7889370. OLE color: 7889370.

HSL color Cylindrical-coordinate representation of color #DA6178: hue angle of 348.6º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6178 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 97 120 -
CMYK 0 0.56 0.45 0.15
HSL 348.6º 0.62% 0.62% -
HSV(B) 348.6º 0.56% 0.85% -
XYZ 36.58 24.81 20.63 -
YUV 135.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 218 97 120 0 0.56 0.45 0.15 348.6 0.62 0.62
Hex DA 61 78 0 38 2D F 15D 3E 3E
Octal 332 141 170 0 70 55 17 535 76 76
Binary 11011010 1100001 1111000 0 111000 101101 1111 101011101 111110 111110

Color Harmonies of #DA6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6178

Black with #DA6178

Text Example


Text Example

White with #DA6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6178; }

 p { color: rgb(218,97,120); }

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

background-color css

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

 a { background-color: rgb(218,97,120); }

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

border-color css

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

 span { border-color: rgb(218,97,120); }

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