Html Css Color HEX #D75575 Cranberry

📋 copy color: '#D75575'

red 215 ◦ green 85 ◦ blue 117

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

Shades of Cranberry #D75575

Tints of Cranberry #D75575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 51.56%
G = 20.38%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D75575 (or 0xD75575) is known color: Cranberry. HEX triplet: D7, 55 and 75. RGB value is (215,85,117). Sum of RGB (Red+Green+Blue) = 215+85+117=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D75575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75575 is #28AA8A. Grayscale: #7F7F7F. Windows color (decimal): -2665099 or 7689687. OLE color: 7689687.

HSL color Cylindrical-coordinate representation of color #D75575: hue angle of 345.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75575 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 117 -
CMYK 0 0.60 0.46 0.16
HSL 345.23º 0.62% 0.59% -
HSV(B) 345.23º 0.6% 0.84% -
XYZ 34.48 22.23 19.3 -
YUV 127.52 122.07 190.4 -
System Red Green Blue C M Y K H S L
Decimal 215 85 117 0 0.60 0.46 0.16 345.23 0.62 0.59
Hex D7 55 75 0 3C 2E 10 159 3E 3B
Octal 327 125 165 0 74 56 20 531 76 73
Binary 11010111 1010101 1110101 0 111100 101110 10000 101011001 111110 111011

Color Harmonies of #D75575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75575

Black with #D75575

Text Example


Text Example

White with #D75575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75575; }

 p { color: rgb(215,85,117); }

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

background-color css

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

 a { background-color: rgb(215,85,117); }

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

border-color css

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

 span { border-color: rgb(215,85,117); }

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