Html Css Color HEX #DA6180 Cranberry

📋 copy color: '#DA6180'

red 218 ◦ green 97 ◦ blue 128

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

Shades of Cranberry #DA6180

Tints of Cranberry #DA6180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 49.21%
G = 21.9%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA6180 (or 0xDA6180) is known color: Cranberry. HEX triplet: DA, 61 and 80. RGB value is (218,97,128). Sum of RGB (Red+Green+Blue) = 218+97+128=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6180 is #259E7F. Grayscale: #888888. Windows color (decimal): -2465408 or 8413658. OLE color: 8413658.

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

Color convert

RGB 218 97 128 -
CMYK 0 0.56 0.41 0.15
HSL 344.63º 0.62% 0.62% -
HSV(B) 344.63º 0.56% 0.85% -
XYZ 37.08 25.01 23.3 -
YUV 136.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 218 97 128 0 0.56 0.41 0.15 344.63 0.62 0.62
Hex DA 61 80 0 38 29 F 159 3E 3E
Octal 332 141 200 0 70 51 17 531 76 76
Binary 11011010 1100001 10000000 0 111000 101001 1111 101011001 111110 111110

Color Harmonies of #DA6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6180

Black with #DA6180

Text Example


Text Example

White with #DA6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6180; }

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

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

background-color css

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

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

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

border-color css

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

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

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