Html Css Color HEX #D85375 Cranberry

📋 copy color: '#D85375'

red 216 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #D85375

Tints of Cranberry #D85375

RGB

 RED value IS 216 (84.77% from 255) = 51.92%

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

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

R = 51.92%
G = 19.95%
B = 28.13%

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

#D85375 (or 0xD85375) is known color: Cranberry. HEX triplet: D8, 53 and 75. RGB value is (216,83,117). Sum of RGB (Red+Green+Blue) = 216+83+117=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85375 is #27AC8A. Grayscale: #7E7E7E. Windows color (decimal): -2600075 or 7689176. OLE color: 7689176.

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

Color convert

RGB 216 83 117 -
CMYK 0 0.62 0.46 0.15
HSL 344.66º 0.63% 0.59% -
HSV(B) 344.66º 0.62% 0.85% -
XYZ 34.62 22.07 19.26 -
YUV 126.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 216 83 117 0 0.62 0.46 0.15 344.66 0.63 0.59
Hex D8 53 75 0 3E 2E F 159 3F 3B
Octal 330 123 165 0 76 56 17 531 77 73
Binary 11011000 1010011 1110101 0 111110 101110 1111 101011001 111111 111011

Color Harmonies of #D85375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85375

Black with #D85375

Text Example


Text Example

White with #D85375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85375; }

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

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

background-color css

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

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

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

border-color css

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

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

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