Html Css Color HEX #D5567C Cranberry

📋 copy color: '#D5567C'

red 213 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #D5567C

Tints of Cranberry #D5567C

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

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

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

R = 50.35%
G = 20.33%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5567C (or 0xD5567C) is known color: Cranberry. HEX triplet: D5, 56 and 7C. RGB value is (213,86,124). Sum of RGB (Red+Green+Blue) = 213+86+124=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5567C is #2AA983. Grayscale: #808080. Windows color (decimal): -2795908 or 8148693. OLE color: 8148693.

HSL color Cylindrical-coordinate representation of color #D5567C: hue angle of 342.05º degrees, saturation: 0.6, 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 #D5567C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 124 -
CMYK 0 0.60 0.42 0.16
HSL 342.05º 0.6% 0.59% -
HSV(B) 342.05º 0.6% 0.84% -
XYZ 34.41 22.26 21.55 -
YUV 128.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 213 86 124 0 0.60 0.42 0.16 342.05 0.6 0.59
Hex D5 56 7C 0 3C 2A 10 156 3C 3B
Octal 325 126 174 0 74 52 20 526 74 73
Binary 11010101 1010110 1111100 0 111100 101010 10000 101010110 111100 111011

Color Harmonies of #D5567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5567C

Black with #D5567C

Text Example


Text Example

White with #D5567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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