Html Css Color HEX #D2567C Cranberry

📋 copy color: '#D2567C'

red 210 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #D2567C

Tints of Cranberry #D2567C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 50%
G = 20.48%
B = 29.52%

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

#D2567C (or 0xD2567C) is known color: Cranberry. HEX triplet: D2, 56 and 7C. RGB value is (210,86,124). Sum of RGB (Red+Green+Blue) = 210+86+124=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2567C is #2DA983. Grayscale: #7F7F7F. Windows color (decimal): -2992516 or 8148690. OLE color: 8148690.

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

Color convert

RGB 210 86 124 -
CMYK 0 0.59 0.41 0.18
HSL 341.61º 0.58% 0.58% -
HSV(B) 341.61º 0.59% 0.82% -
XYZ 33.54 21.81 21.51 -
YUV 127.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 210 86 124 0 0.59 0.41 0.18 341.61 0.58 0.58
Hex D2 56 7C 0 3B 29 12 156 3A 3A
Octal 322 126 174 0 73 51 22 526 72 72
Binary 11010010 1010110 1111100 0 111011 101001 10010 101010110 111010 111010

Color Harmonies of #D2567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2567C

Black with #D2567C

Text Example


Text Example

White with #D2567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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