Html Css Color HEX #D4567F Cranberry

📋 copy color: '#D4567F'

red 212 ◦ green 86 ◦ blue 127

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

Shades of Cranberry #D4567F

Tints of Cranberry #D4567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 49.88%
G = 20.24%
B = 29.88%

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

#D4567F (or 0xD4567F) is known color: Cranberry. HEX triplet: D4, 56 and 7F. RGB value is (212,86,127). Sum of RGB (Red+Green+Blue) = 212+86+127=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4567F is #2BA980. Grayscale: #808080. Windows color (decimal): -2861441 or 8345300. OLE color: 8345300.

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

Color convert

RGB 212 86 127 -
CMYK 0 0.59 0.40 0.17
HSL 340.48º 0.59% 0.58% -
HSV(B) 340.48º 0.59% 0.83% -
XYZ 34.31 22.18 22.55 -
YUV 128.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 212 86 127 0 0.59 0.40 0.17 340.48 0.59 0.58
Hex D4 56 7F 0 3B 28 11 154 3B 3A
Octal 324 126 177 0 73 50 21 524 73 72
Binary 11010100 1010110 1111111 0 111011 101000 10001 101010100 111011 111010

Color Harmonies of #D4567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4567F

Black with #D4567F

Text Example


Text Example

White with #D4567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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