Html Css Color HEX #DA5375 Cranberry

📋 copy color: '#DA5375'

red 218 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #DA5375

Tints of Cranberry #DA5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 52.15%
G = 19.86%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA5375 (or 0xDA5375) is known color: Cranberry. HEX triplet: DA, 53 and 75. RGB value is (218,83,117). Sum of RGB (Red+Green+Blue) = 218+83+117=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5375 is #25AC8A. Grayscale: #7F7F7F. Windows color (decimal): -2469003 or 7689178. OLE color: 7689178.

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

Color convert

RGB 218 83 117 -
CMYK 0 0.62 0.46 0.15
HSL 344.89º 0.65% 0.59% -
HSV(B) 344.89º 0.62% 0.85% -
XYZ 35.22 22.38 19.29 -
YUV 127.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 218 83 117 0 0.62 0.46 0.15 344.89 0.65 0.59
Hex DA 53 75 0 3E 2E F 159 41 3B
Octal 332 123 165 0 76 56 17 531 101 73
Binary 11011010 1010011 1110101 0 111110 101110 1111 101011001 1000001 111011

Color Harmonies of #DA5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5375

Black with #DA5375

Text Example


Text Example

White with #DA5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5375; }

 p { color: rgb(218,83,117); }

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

background-color css

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

 a { background-color: rgb(218,83,117); }

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

border-color css

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

 span { border-color: rgb(218,83,117); }

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