Html Css Color HEX #D6567B Cranberry

📋 copy color: '#D6567B'

red 214 ◦ green 86 ◦ blue 123

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

Shades of Cranberry #D6567B

Tints of Cranberry #D6567B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 50.59%
G = 20.33%
B = 29.08%

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

#D6567B (or 0xD6567B) is known color: Cranberry. HEX triplet: D6, 56 and 7B. RGB value is (214,86,123). Sum of RGB (Red+Green+Blue) = 214+86+123=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6567B is #29A984. Grayscale: #808080. Windows color (decimal): -2730373 or 8083158. OLE color: 8083158.

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

Color convert

RGB 214 86 123 -
CMYK 0 0.60 0.43 0.16
HSL 342.66º 0.61% 0.59% -
HSV(B) 342.66º 0.6% 0.84% -
XYZ 34.63 22.38 21.23 -
YUV 128.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 214 86 123 0 0.60 0.43 0.16 342.66 0.61 0.59
Hex D6 56 7B 0 3C 2B 10 157 3D 3B
Octal 326 126 173 0 74 53 20 527 75 73
Binary 11010110 1010110 1111011 0 111100 101011 10000 101010111 111101 111011

Color Harmonies of #D6567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6567B

Black with #D6567B

Text Example


Text Example

White with #D6567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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