Html Css Color HEX #D45083 Cranberry

📋 copy color: '#D45083'

red 212 ◦ green 80 ◦ blue 131

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

Shades of Cranberry #D45083

Tints of Cranberry #D45083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 50.12%
G = 18.91%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D45083 (or 0xD45083) is known color: Cranberry. HEX triplet: D4, 50 and 83. RGB value is (212,80,131). Sum of RGB (Red+Green+Blue) = 212+80+131=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D45083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45083 is #2BAF7C. Grayscale: #7D7D7D. Windows color (decimal): -2862973 or 8605908. OLE color: 8605908.

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

Color convert

RGB 212 80 131 -
CMYK 0 0.62 0.38 0.17
HSL 336.82º 0.61% 0.57% -
HSV(B) 336.82º 0.62% 0.83% -
XYZ 34.12 21.37 23.8 -
YUV 125.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 212 80 131 0 0.62 0.38 0.17 336.82 0.61 0.57
Hex D4 50 83 0 3E 26 11 151 3D 39
Octal 324 120 203 0 76 46 21 521 75 71
Binary 11010100 1010000 10000011 0 111110 100110 10001 101010001 111101 111001

Color Harmonies of #D45083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45083

Black with #D45083

Text Example


Text Example

White with #D45083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45083; }

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

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

background-color css

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

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

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

border-color css

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

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

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