Html Css Color HEX #D45085 Cranberry

📋 copy color: '#D45085'

red 212 ◦ green 80 ◦ blue 133

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

Shades of Cranberry #D45085

Tints of Cranberry #D45085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

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

R = 49.88%
G = 18.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D45085 (or 0xD45085) is known color: Cranberry. HEX triplet: D4, 50 and 85. RGB value is (212,80,133). Sum of RGB (Red+Green+Blue) = 212+80+133=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D45085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45085 is #2BAF7A. Grayscale: #7D7D7D. Windows color (decimal): -2862971 or 8736980. OLE color: 8736980.

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

Color convert

RGB 212 80 133 -
CMYK 0 0.62 0.37 0.17
HSL 335.91º 0.61% 0.57% -
HSV(B) 335.91º 0.62% 0.83% -
XYZ 34.25 21.43 24.52 -
YUV 125.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 212 80 133 0 0.62 0.37 0.17 335.91 0.61 0.57
Hex D4 50 85 0 3E 25 11 150 3D 39
Octal 324 120 205 0 76 45 21 520 75 71
Binary 11010100 1010000 10000101 0 111110 100101 10001 101010000 111101 111001

Color Harmonies of #D45085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45085

Black with #D45085

Text Example


Text Example

White with #D45085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45085; }

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

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

background-color css

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

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

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

border-color css

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

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

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