Html Css Color HEX #D6567C Cranberry

📋 copy color: '#D6567C'

red 214 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #D6567C

Tints of Cranberry #D6567C

RGB

 RED value IS 214 (83.98% from 255) = 50.47%

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

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

R = 50.47%
G = 20.28%
B = 29.25%

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

#D6567C (or 0xD6567C) is known color: Cranberry. HEX triplet: D6, 56 and 7C. RGB value is (214,86,124). Sum of RGB (Red+Green+Blue) = 214+86+124=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6567C is #29A983. Grayscale: #808080. Windows color (decimal): -2730372 or 8148694. OLE color: 8148694.

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

Color convert

RGB 214 86 124 -
CMYK 0 0.60 0.42 0.16
HSL 342.19º 0.61% 0.59% -
HSV(B) 342.19º 0.6% 0.84% -
XYZ 34.7 22.41 21.57 -
YUV 128.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 214 86 124 0 0.60 0.42 0.16 342.19 0.61 0.59
Hex D6 56 7C 0 3C 2A 10 156 3D 3B
Octal 326 126 174 0 74 52 20 526 75 73
Binary 11010110 1010110 1111100 0 111100 101010 10000 101010110 111101 111011

Color Harmonies of #D6567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6567C

Black with #D6567C

Text Example


Text Example

White with #D6567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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