Html Css Color HEX #D2567B Cranberry

📋 copy color: '#D2567B'

red 210 ◦ green 86 ◦ blue 123

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

Shades of Cranberry #D2567B

Tints of Cranberry #D2567B

RGB

 RED value IS 210 (82.42% from 255) = 50.12%

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

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

R = 50.12%
G = 20.53%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2567B (or 0xD2567B) is known color: Cranberry. HEX triplet: D2, 56 and 7B. RGB value is (210,86,123). Sum of RGB (Red+Green+Blue) = 210+86+123=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2567B is #2DA984. Grayscale: #7F7F7F. Windows color (decimal): -2992517 or 8083154. OLE color: 8083154.

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

Color convert

RGB 210 86 123 -
CMYK 0 0.59 0.41 0.18
HSL 342.1º 0.58% 0.58% -
HSV(B) 342.1º 0.59% 0.82% -
XYZ 33.48 21.79 21.18 -
YUV 127.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 210 86 123 0 0.59 0.41 0.18 342.1 0.58 0.58
Hex D2 56 7B 0 3B 29 12 156 3A 3A
Octal 322 126 173 0 73 51 22 526 72 72
Binary 11010010 1010110 1111011 0 111011 101001 10010 101010110 111010 111010

Color Harmonies of #D2567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2567B

Black with #D2567B

Text Example


Text Example

White with #D2567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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