Html Css Color HEX #D45680 Cranberry

📋 copy color: '#D45680'

red 212 ◦ green 86 ◦ blue 128

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

Shades of Cranberry #D45680

Tints of Cranberry #D45680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

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

R = 49.77%
G = 20.19%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D45680 (or 0xD45680) is known color: Cranberry. HEX triplet: D4, 56 and 80. RGB value is (212,86,128). Sum of RGB (Red+Green+Blue) = 212+86+128=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D45680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45680 is #2BA97F. Grayscale: #808080. Windows color (decimal): -2861440 or 8410836. OLE color: 8410836.

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

Color convert

RGB 212 86 128 -
CMYK 0 0.59 0.40 0.17
HSL 340º 0.59% 0.58% -
HSV(B) 340º 0.59% 0.83% -
XYZ 34.38 22.21 22.9 -
YUV 128.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 212 86 128 0 0.59 0.40 0.17 340 0.59 0.58
Hex D4 56 80 0 3B 28 11 154 3B 3A
Octal 324 126 200 0 73 50 21 524 73 72
Binary 11010100 1010110 10000000 0 111011 101000 10001 101010100 111011 111010

Color Harmonies of #D45680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45680

Black with #D45680

Text Example


Text Example

White with #D45680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45680; }

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

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

background-color css

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

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

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

border-color css

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

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

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