Html Css Color HEX #D45585 Cranberry

📋 copy color: '#D45585'

red 212 ◦ green 85 ◦ blue 133

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

Shades of Cranberry #D45585

Tints of Cranberry #D45585

RGB

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

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

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

R = 49.3%
G = 19.77%
B = 30.93%

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

#D45585 (or 0xD45585) is known color: Cranberry. HEX triplet: D4, 55 and 85. RGB value is (212,85,133). Sum of RGB (Red+Green+Blue) = 212+85+133=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D45585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45585 is #2BAA7A. Grayscale: #808080. Windows color (decimal): -2861691 or 8738260. OLE color: 8738260.

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

Color convert

RGB 212 85 133 -
CMYK 0 0.60 0.37 0.17
HSL 337.32º 0.6% 0.58% -
HSV(B) 337.32º 0.6% 0.83% -
XYZ 34.63 22.19 24.65 -
YUV 128.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 212 85 133 0 0.60 0.37 0.17 337.32 0.6 0.58
Hex D4 55 85 0 3C 25 11 151 3C 3A
Octal 324 125 205 0 74 45 21 521 74 72
Binary 11010100 1010101 10000101 0 111100 100101 10001 101010001 111100 111010

Color Harmonies of #D45585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45585

Black with #D45585

Text Example


Text Example

White with #D45585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45585; }

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

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

background-color css

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

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

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

border-color css

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

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

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