Html Css Color HEX #D46080 Cranberry

📋 copy color: '#D46080'

red 212 ◦ green 96 ◦ blue 128

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

Shades of Cranberry #D46080

Tints of Cranberry #D46080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.02%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 48.62%
G = 22.02%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D46080 (or 0xD46080) is known color: Cranberry. HEX triplet: D4, 60 and 80. RGB value is (212,96,128). Sum of RGB (Red+Green+Blue) = 212+96+128=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D46080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46080 is #2B9F7F. Grayscale: #868686. Windows color (decimal): -2858880 or 8413396. OLE color: 8413396.

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

Color convert

RGB 212 96 128 -
CMYK 0 0.55 0.40 0.17
HSL 343.45º 0.57% 0.6% -
HSV(B) 343.45º 0.55% 0.83% -
XYZ 35.23 23.92 23.18 -
YUV 134.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 212 96 128 0 0.55 0.40 0.17 343.45 0.57 0.6
Hex D4 60 80 0 37 28 11 157 39 3C
Octal 324 140 200 0 67 50 21 527 71 74
Binary 11010100 1100000 10000000 0 110111 101000 10001 101010111 111001 111100

Color Harmonies of #D46080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46080

Black with #D46080

Text Example


Text Example

White with #D46080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46080; }

 p { color: rgb(212,96,128); }

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

background-color css

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

 a { background-color: rgb(212,96,128); }

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

border-color css

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

 span { border-color: rgb(212,96,128); }

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