Html Css Color HEX #D2567D Cranberry

📋 copy color: '#D2567D'

red 210 ◦ green 86 ◦ blue 125

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

Shades of Cranberry #D2567D

Tints of Cranberry #D2567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 49.88%
G = 20.43%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2567D (or 0xD2567D) is known color: Cranberry. HEX triplet: D2, 56 and 7D. RGB value is (210,86,125). Sum of RGB (Red+Green+Blue) = 210+86+125=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2567D is #2DA982. Grayscale: #7F7F7F. Windows color (decimal): -2992515 or 8214226. OLE color: 8214226.

HSL color Cylindrical-coordinate representation of color #D2567D: hue angle of 341.13º 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 #D2567D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 125 -
CMYK 0 0.59 0.40 0.18
HSL 341.13º 0.58% 0.58% -
HSV(B) 341.13º 0.59% 0.82% -
XYZ 33.61 21.84 21.85 -
YUV 127.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 210 86 125 0 0.59 0.40 0.18 341.13 0.58 0.58
Hex D2 56 7D 0 3B 28 12 155 3A 3A
Octal 322 126 175 0 73 50 22 525 72 72
Binary 11010010 1010110 1111101 0 111011 101000 10010 101010101 111010 111010

Color Harmonies of #D2567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2567D

Black with #D2567D

Text Example


Text Example

White with #D2567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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