Html Css Color HEX #D6567A Cranberry

📋 copy color: '#D6567A'

red 214 ◦ green 86 ◦ blue 122

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

Shades of Cranberry #D6567A

Tints of Cranberry #D6567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 50.71%
G = 20.38%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6567A (or 0xD6567A) is known color: Cranberry. HEX triplet: D6, 56 and 7A. RGB value is (214,86,122). Sum of RGB (Red+Green+Blue) = 214+86+122=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6567A is #29A985. Grayscale: #808080. Windows color (decimal): -2730374 or 8017622. OLE color: 8017622.

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

Color convert

RGB 214 86 122 -
CMYK 0 0.60 0.43 0.16
HSL 343.13º 0.61% 0.59% -
HSV(B) 343.13º 0.6% 0.84% -
XYZ 34.57 22.36 20.91 -
YUV 128.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 214 86 122 0 0.60 0.43 0.16 343.13 0.61 0.59
Hex D6 56 7A 0 3C 2B 10 157 3D 3B
Octal 326 126 172 0 74 53 20 527 75 73
Binary 11010110 1010110 1111010 0 111100 101011 10000 101010111 111101 111011

Color Harmonies of #D6567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6567A

Black with #D6567A

Text Example


Text Example

White with #D6567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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