Html Css Color HEX #D7567C Cranberry

📋 copy color: '#D7567C'

red 215 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #D7567C

Tints of Cranberry #D7567C

RGB

 RED value IS 215 (84.38% from 255) = 50.59%

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 50.59%
G = 20.24%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7567C (or 0xD7567C) is known color: Cranberry. HEX triplet: D7, 56 and 7C. RGB value is (215,86,124). Sum of RGB (Red+Green+Blue) = 215+86+124=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7567C is #28A983. Grayscale: #808080. Windows color (decimal): -2664836 or 8148695. OLE color: 8148695.

HSL color Cylindrical-coordinate representation of color #D7567C: hue angle of 342.33º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7567C is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 124 -
CMYK 0 0.6 0.42 0.16
HSL 342.33º 0.62% 0.59% -
HSV(B) 342.33º 0.6% 0.84% -
XYZ 34.99 22.56 21.58 -
YUV 128.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 215 86 124 0 0.6 0.42 0.16 342.33 0.62 0.59
Hex D7 56 7C 0 3C 2A 10 156 3E 3B
Octal 327 126 174 0 74 52 20 526 76 73
Binary 11010111 1010110 1111100 0 111100 101010 10000 101010110 111110 111011

Color Harmonies of #D7567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7567C

Black with #D7567C

Text Example


Text Example

White with #D7567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7567C; }

 p { color: rgb(215,86,124); }

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

background-color css

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

 a { background-color: rgb(215,86,124); }

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

border-color css

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

 span { border-color: rgb(215,86,124); }

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