Html Css Color HEX #DA5274 Cranberry

📋 copy color: '#DA5274'

red 218 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #DA5274

Tints of Cranberry #DA5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 52.4%
G = 19.71%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5274 (or 0xDA5274) is known color: Cranberry. HEX triplet: DA, 52 and 74. RGB value is (218,82,116). Sum of RGB (Red+Green+Blue) = 218+82+116=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5274 is #25AD8B. Grayscale: #7E7E7E. Windows color (decimal): -2469260 or 7623386. OLE color: 7623386.

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

Color convert

RGB 218 82 116 -
CMYK 0 0.62 0.47 0.15
HSL 345º 0.65% 0.59% -
HSV(B) 345º 0.62% 0.85% -
XYZ 35.08 22.2 18.96 -
YUV 126.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 218 82 116 0 0.62 0.47 0.15 345 0.65 0.59
Hex DA 52 74 0 3E 2F F 159 41 3B
Octal 332 122 164 0 76 57 17 531 101 73
Binary 11011010 1010010 1110100 0 111110 101111 1111 101011001 1000001 111011

Color Harmonies of #DA5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5274

Black with #DA5274

Text Example


Text Example

White with #DA5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5274; }

 p { color: rgb(218,82,116); }

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

background-color css

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

 a { background-color: rgb(218,82,116); }

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

border-color css

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

 span { border-color: rgb(218,82,116); }

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