Html Css Color HEX #D3567E Cranberry

📋 copy color: '#D3567E'

red 211 ◦ green 86 ◦ blue 126

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

Shades of Cranberry #D3567E

Tints of Cranberry #D3567E

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

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

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 49.88%
G = 20.33%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3567E (or 0xD3567E) is known color: Cranberry. HEX triplet: D3, 56 and 7E. RGB value is (211,86,126). Sum of RGB (Red+Green+Blue) = 211+86+126=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3567E is #2CA981. Grayscale: #7F7F7F. Windows color (decimal): -2926978 or 8279763. OLE color: 8279763.

HSL color Cylindrical-coordinate representation of color #D3567E: hue angle of 340.8º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3567E is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 126 -
CMYK 0 0.59 0.40 0.17
HSL 340.8º 0.59% 0.58% -
HSV(B) 340.8º 0.59% 0.83% -
XYZ 33.96 22.01 22.2 -
YUV 127.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 211 86 126 0 0.59 0.40 0.17 340.8 0.59 0.58
Hex D3 56 7E 0 3B 28 11 155 3B 3A
Octal 323 126 176 0 73 50 21 525 73 72
Binary 11010011 1010110 1111110 0 111011 101000 10001 101010101 111011 111010

Color Harmonies of #D3567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3567E

Black with #D3567E

Text Example


Text Example

White with #D3567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3567E; }

 p { color: rgb(211,86,126); }

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

background-color css

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

 a { background-color: rgb(211,86,126); }

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

border-color css

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

 span { border-color: rgb(211,86,126); }

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