Html Css Color HEX #D75377 Cranberry

📋 copy color: '#D75377'

red 215 ◦ green 83 ◦ blue 119

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

Shades of Cranberry #D75377

Tints of Cranberry #D75377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 51.56%
G = 19.9%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D75377 (or 0xD75377) is known color: Cranberry. HEX triplet: D7, 53 and 77. RGB value is (215,83,119). Sum of RGB (Red+Green+Blue) = 215+83+119=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D75377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75377 is #28AC88. Grayscale: #7E7E7E. Windows color (decimal): -2665609 or 7820247. OLE color: 7820247.

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

Color convert

RGB 215 83 119 -
CMYK 0 0.61 0.45 0.16
HSL 343.64º 0.62% 0.58% -
HSV(B) 343.64º 0.61% 0.84% -
XYZ 34.45 21.97 19.88 -
YUV 126.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 215 83 119 0 0.61 0.45 0.16 343.64 0.62 0.58
Hex D7 53 77 0 3D 2D 10 158 3E 3A
Octal 327 123 167 0 75 55 20 530 76 72
Binary 11010111 1010011 1110111 0 111101 101101 10000 101011000 111110 111010

Color Harmonies of #D75377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75377

Black with #D75377

Text Example


Text Example

White with #D75377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75377; }

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

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

background-color css

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

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

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

border-color css

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

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

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