Html Css Color HEX #D85372 Cranberry

📋 copy color: '#D85372'

red 216 ◦ green 83 ◦ blue 114

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

Shades of Cranberry #D85372

Tints of Cranberry #D85372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 52.3%
G = 20.1%
B = 27.6%

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

#D85372 (or 0xD85372) is known color: Cranberry. HEX triplet: D8, 53 and 72. RGB value is (216,83,114). Sum of RGB (Red+Green+Blue) = 216+83+114=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D85372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85372 is #27AC8D. Grayscale: #7E7E7E. Windows color (decimal): -2600078 or 7492568. OLE color: 7492568.

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

Color convert

RGB 216 83 114 -
CMYK 0 0.62 0.47 0.15
HSL 346.02º 0.63% 0.59% -
HSV(B) 346.02º 0.62% 0.85% -
XYZ 34.45 22 18.35 -
YUV 126.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 216 83 114 0 0.62 0.47 0.15 346.02 0.63 0.59
Hex D8 53 72 0 3E 2F F 15A 3F 3B
Octal 330 123 162 0 76 57 17 532 77 73
Binary 11011000 1010011 1110010 0 111110 101111 1111 101011010 111111 111011

Color Harmonies of #D85372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85372

Black with #D85372

Text Example


Text Example

White with #D85372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85372; }

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

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

background-color css

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

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

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

border-color css

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

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

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