Html Css Color HEX #DA6078 Cranberry

📋 copy color: '#DA6078'

red 218 ◦ green 96 ◦ blue 120

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

Shades of Cranberry #DA6078

Tints of Cranberry #DA6078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 50.23%
G = 22.12%
B = 27.65%

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

#DA6078 (or 0xDA6078) is known color: Cranberry. HEX triplet: DA, 60 and 78. RGB value is (218,96,120). Sum of RGB (Red+Green+Blue) = 218+96+120=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6078 is #259F87. Grayscale: #878787. Windows color (decimal): -2465672 or 7889114. OLE color: 7889114.

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

Color convert

RGB 218 96 120 -
CMYK 0 0.56 0.45 0.15
HSL 348.2º 0.62% 0.62% -
HSV(B) 348.2º 0.56% 0.85% -
XYZ 36.49 24.63 20.6 -
YUV 135.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 218 96 120 0 0.56 0.45 0.15 348.2 0.62 0.62
Hex DA 60 78 0 38 2D F 15C 3E 3E
Octal 332 140 170 0 70 55 17 534 76 76
Binary 11011010 1100000 1111000 0 111000 101101 1111 101011100 111110 111110

Color Harmonies of #DA6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6078

Black with #DA6078

Text Example


Text Example

White with #DA6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6078; }

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

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

background-color css

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

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

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

border-color css

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

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

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