Html Css Color HEX #D75371 Cranberry

📋 copy color: '#D75371'

red 215 ◦ green 83 ◦ blue 113

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

Shades of Cranberry #D75371

Tints of Cranberry #D75371

RGB

 RED value IS 215 (84.38% from 255) = 52.31%

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

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 52.31%
G = 20.19%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D75371 (or 0xD75371) is known color: Cranberry. HEX triplet: D7, 53 and 71. RGB value is (215,83,113). Sum of RGB (Red+Green+Blue) = 215+83+113=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D75371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75371 is #28AC8E. Grayscale: #7D7D7D. Windows color (decimal): -2665615 or 7427031. OLE color: 7427031.

HSL color Cylindrical-coordinate representation of color #D75371: hue angle of 346.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75371 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 113 -
CMYK 0 0.61 0.47 0.16
HSL 346.36º 0.62% 0.58% -
HSV(B) 346.36º 0.61% 0.84% -
XYZ 34.1 21.83 18.04 -
YUV 125.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 215 83 113 0 0.61 0.47 0.16 346.36 0.62 0.58
Hex D7 53 71 0 3D 2F 10 15A 3E 3A
Octal 327 123 161 0 75 57 20 532 76 72
Binary 11010111 1010011 1110001 0 111101 101111 10000 101011010 111110 111010

Color Harmonies of #D75371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75371

Black with #D75371

Text Example


Text Example

White with #D75371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75371; }

 p { color: rgb(215,83,113); }

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

background-color css

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

 a { background-color: rgb(215,83,113); }

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

border-color css

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

 span { border-color: rgb(215,83,113); }

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