Html Css Color HEX #D25879 Cranberry

📋 copy color: '#D25879'

red 210 ◦ green 88 ◦ blue 121

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

Shades of Cranberry #D25879

Tints of Cranberry #D25879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 50.12%
G = 21%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25879 (or 0xD25879) is known color: Cranberry. HEX triplet: D2, 58 and 79. RGB value is (210,88,121). Sum of RGB (Red+Green+Blue) = 210+88+121=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D25879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25879 is #2DA786. Grayscale: #808080. Windows color (decimal): -2992007 or 7952594. OLE color: 7952594.

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

Color convert

RGB 210 88 121 -
CMYK 0 0.58 0.42 0.18
HSL 343.77º 0.58% 0.58% -
HSV(B) 343.77º 0.58% 0.82% -
XYZ 33.52 22.06 20.58 -
YUV 128.24 123.92 186.32 -
System Red Green Blue C M Y K H S L
Decimal 210 88 121 0 0.58 0.42 0.18 343.77 0.58 0.58
Hex D2 58 79 0 3A 2A 12 158 3A 3A
Octal 322 130 171 0 72 52 22 530 72 72
Binary 11010010 1011000 1111001 0 111010 101010 10010 101011000 111010 111010

Color Harmonies of #D25879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25879

Black with #D25879

Text Example


Text Example

White with #D25879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25879; }

 p { color: rgb(210,88,121); }

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

background-color css

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

 a { background-color: rgb(210,88,121); }

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

border-color css

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

 span { border-color: rgb(210,88,121); }

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