Html Css Color HEX #D75275 Cranberry

📋 copy color: '#D75275'

red 215 ◦ green 82 ◦ blue 117

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

Shades of Cranberry #D75275

Tints of Cranberry #D75275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.81%

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

R = 51.93%
G = 19.81%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D75275 (or 0xD75275) is known color: Cranberry. HEX triplet: D7, 52 and 75. RGB value is (215,82,117). Sum of RGB (Red+Green+Blue) = 215+82+117=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D75275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75275 is #28AD8A. Grayscale: #7D7D7D. Windows color (decimal): -2665867 or 7688919. OLE color: 7688919.

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

Color convert

RGB 215 82 117 -
CMYK 0 0.62 0.46 0.16
HSL 344.21º 0.62% 0.58% -
HSV(B) 344.21º 0.62% 0.84% -
XYZ 34.25 21.77 19.23 -
YUV 125.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 215 82 117 0 0.62 0.46 0.16 344.21 0.62 0.58
Hex D7 52 75 0 3E 2E 10 158 3E 3A
Octal 327 122 165 0 76 56 20 530 76 72
Binary 11010111 1010010 1110101 0 111110 101110 10000 101011000 111110 111010

Color Harmonies of #D75275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75275

Black with #D75275

Text Example


Text Example

White with #D75275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75275; }

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

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

background-color css

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

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

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

border-color css

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

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

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