Html Css Color HEX #D75071 Cranberry

📋 copy color: '#D75071'

red 215 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #D75071

Tints of Cranberry #D75071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

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

R = 52.7%
G = 19.61%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D75071 (or 0xD75071) is known color: Cranberry. HEX triplet: D7, 50 and 71. RGB value is (215,80,113). Sum of RGB (Red+Green+Blue) = 215+80+113=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D75071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75071 is #28AF8E. Grayscale: #7C7C7C. Windows color (decimal): -2666383 or 7426263. OLE color: 7426263.

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

Color convert

RGB 215 80 113 -
CMYK 0 0.63 0.47 0.16
HSL 345.33º 0.63% 0.58% -
HSV(B) 345.33º 0.63% 0.84% -
XYZ 33.87 21.38 17.96 -
YUV 124.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 215 80 113 0 0.63 0.47 0.16 345.33 0.63 0.58
Hex D7 50 71 0 3F 2F 10 159 3F 3A
Octal 327 120 161 0 77 57 20 531 77 72
Binary 11010111 1010000 1110001 0 111111 101111 10000 101011001 111111 111010

Color Harmonies of #D75071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75071

Black with #D75071

Text Example


Text Example

White with #D75071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75071; }

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

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

background-color css

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

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

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

border-color css

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

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

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