Html Css Color HEX #D45674 Cranberry

📋 copy color: '#D45674'

red 212 ◦ green 86 ◦ blue 116

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

Shades of Cranberry #D45674

Tints of Cranberry #D45674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 51.21%
G = 20.77%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D45674 (or 0xD45674) is known color: Cranberry. HEX triplet: D4, 56 and 74. RGB value is (212,86,116). Sum of RGB (Red+Green+Blue) = 212+86+116=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D45674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45674 is #2BA98B. Grayscale: #7F7F7F. Windows color (decimal): -2861452 or 7624404. OLE color: 7624404.

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

Color convert

RGB 212 86 116 -
CMYK 0 0.59 0.45 0.17
HSL 345.71º 0.59% 0.58% -
HSV(B) 345.71º 0.59% 0.83% -
XYZ 33.63 21.91 18.98 -
YUV 127.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 212 86 116 0 0.59 0.45 0.17 345.71 0.59 0.58
Hex D4 56 74 0 3B 2D 11 15A 3B 3A
Octal 324 126 164 0 73 55 21 532 73 72
Binary 11010100 1010110 1110100 0 111011 101101 10001 101011010 111011 111010

Color Harmonies of #D45674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45674

Black with #D45674

Text Example


Text Example

White with #D45674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45674; }

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

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

background-color css

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

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

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

border-color css

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

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

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