Html Css Color HEX #D75373 Cranberry

📋 copy color: '#D75373'

red 215 ◦ green 83 ◦ blue 115

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

Shades of Cranberry #D75373

Tints of Cranberry #D75373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 52.06%
G = 20.1%
B = 27.85%

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

#D75373 (or 0xD75373) is known color: Cranberry. HEX triplet: D7, 53 and 73. RGB value is (215,83,115). Sum of RGB (Red+Green+Blue) = 215+83+115=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D75373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75373 is #28AC8C. Grayscale: #7E7E7E. Windows color (decimal): -2665613 or 7558103. OLE color: 7558103.

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

Color convert

RGB 215 83 115 -
CMYK 0 0.61 0.47 0.16
HSL 345.45º 0.62% 0.58% -
HSV(B) 345.45º 0.61% 0.84% -
XYZ 34.21 21.87 18.64 -
YUV 126.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 215 83 115 0 0.61 0.47 0.16 345.45 0.62 0.58
Hex D7 53 73 0 3D 2F 10 159 3E 3A
Octal 327 123 163 0 75 57 20 531 76 72
Binary 11010111 1010011 1110011 0 111101 101111 10000 101011001 111110 111010

Color Harmonies of #D75373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75373

Black with #D75373

Text Example


Text Example

White with #D75373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75373; }

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

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

background-color css

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

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

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

border-color css

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

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

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