Html Css Color HEX #D45175 Cranberry

📋 copy color: '#D45175'

red 212 ◦ green 81 ◦ blue 117

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

Shades of Cranberry #D45175

Tints of Cranberry #D45175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.76%

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

R = 51.71%
G = 19.76%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D45175 (or 0xD45175) is known color: Cranberry. HEX triplet: D4, 51 and 75. RGB value is (212,81,117). Sum of RGB (Red+Green+Blue) = 212+81+117=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D45175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45175 is #2BAE8A. Grayscale: #7C7C7C. Windows color (decimal): -2862731 or 7688660. OLE color: 7688660.

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

Color convert

RGB 212 81 117 -
CMYK 0 0.62 0.45 0.17
HSL 343.51º 0.6% 0.57% -
HSV(B) 343.51º 0.62% 0.83% -
XYZ 33.3 21.17 19.16 -
YUV 124.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 212 81 117 0 0.62 0.45 0.17 343.51 0.6 0.57
Hex D4 51 75 0 3E 2D 11 158 3C 39
Octal 324 121 165 0 76 55 21 530 74 71
Binary 11010100 1010001 1110101 0 111110 101101 10001 101011000 111100 111001

Color Harmonies of #D45175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45175

Black with #D45175

Text Example


Text Example

White with #D45175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45175; }

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

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

background-color css

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

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

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

border-color css

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

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

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