Html Css Color HEX #D45485 Cranberry

📋 copy color: '#D45485'

red 212 ◦ green 84 ◦ blue 133

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

Shades of Cranberry #D45485

Tints of Cranberry #D45485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 49.42%
G = 19.58%
B = 31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D45485 (or 0xD45485) is known color: Cranberry. HEX triplet: D4, 54 and 85. RGB value is (212,84,133). Sum of RGB (Red+Green+Blue) = 212+84+133=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D45485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45485 is #2BAB7A. Grayscale: #7F7F7F. Windows color (decimal): -2861947 or 8738004. OLE color: 8738004.

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

Color convert

RGB 212 84 133 -
CMYK 0 0.60 0.37 0.17
HSL 337.03º 0.6% 0.58% -
HSV(B) 337.03º 0.6% 0.83% -
XYZ 34.56 22.03 24.62 -
YUV 127.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 212 84 133 0 0.60 0.37 0.17 337.03 0.6 0.58
Hex D4 54 85 0 3C 25 11 151 3C 3A
Octal 324 124 205 0 74 45 21 521 74 72
Binary 11010100 1010100 10000101 0 111100 100101 10001 101010001 111100 111010

Color Harmonies of #D45485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45485

Black with #D45485

Text Example


Text Example

White with #D45485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45485; }

 p { color: rgb(212,84,133); }

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

background-color css

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

 a { background-color: rgb(212,84,133); }

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

border-color css

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

 span { border-color: rgb(212,84,133); }

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