Html Css Color HEX #D75574 Cranberry

📋 copy color: '#D75574'

red 215 ◦ green 85 ◦ blue 116

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

Shades of Cranberry #D75574

Tints of Cranberry #D75574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 51.68%
G = 20.43%
B = 27.88%

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

#D75574 (or 0xD75574) is known color: Cranberry. HEX triplet: D7, 55 and 74. RGB value is (215,85,116). Sum of RGB (Red+Green+Blue) = 215+85+116=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D75574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75574 is #28AA8B. Grayscale: #7F7F7F. Windows color (decimal): -2665100 or 7624151. OLE color: 7624151.

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

Color convert

RGB 215 85 116 -
CMYK 0 0.60 0.46 0.16
HSL 345.69º 0.62% 0.59% -
HSV(B) 345.69º 0.6% 0.84% -
XYZ 34.43 22.21 18.99 -
YUV 127.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 215 85 116 0 0.60 0.46 0.16 345.69 0.62 0.59
Hex D7 55 74 0 3C 2E 10 15A 3E 3B
Octal 327 125 164 0 74 56 20 532 76 73
Binary 11010111 1010101 1110100 0 111100 101110 10000 101011010 111110 111011

Color Harmonies of #D75574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75574

Black with #D75574

Text Example


Text Example

White with #D75574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75574; }

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

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

background-color css

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

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

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

border-color css

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

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

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