Html Css Color HEX #D45575 Cranberry

📋 copy color: '#D45575'

red 212 ◦ green 85 ◦ blue 117

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

Shades of Cranberry #D45575

Tints of Cranberry #D45575

RGB

 RED value IS 212 (83.2% from 255) = 51.21%

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

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

R = 51.21%
G = 20.53%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D45575 (or 0xD45575) is known color: Cranberry. HEX triplet: D4, 55 and 75. RGB value is (212,85,117). Sum of RGB (Red+Green+Blue) = 212+85+117=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D45575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45575 is #2BAA8A. Grayscale: #7E7E7E. Windows color (decimal): -2861707 or 7689684. OLE color: 7689684.

HSL color Cylindrical-coordinate representation of color #D45575: hue angle of 344.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45575 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 85 117 -
CMYK 0 0.60 0.45 0.17
HSL 344.88º 0.6% 0.58% -
HSV(B) 344.88º 0.6% 0.83% -
XYZ 33.61 21.78 19.26 -
YUV 126.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 212 85 117 0 0.60 0.45 0.17 344.88 0.6 0.58
Hex D4 55 75 0 3C 2D 11 159 3C 3A
Octal 324 125 165 0 74 55 21 531 74 72
Binary 11010100 1010101 1110101 0 111100 101101 10001 101011001 111100 111010

Color Harmonies of #D45575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45575

Black with #D45575

Text Example


Text Example

White with #D45575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45575; }

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

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

background-color css

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

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

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

border-color css

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

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

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