Html Css Color HEX #D25979 Cranberry

📋 copy color: '#D25979'

red 210 ◦ green 89 ◦ blue 121

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

Shades of Cranberry #D25979

Tints of Cranberry #D25979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

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

R = 50%
G = 21.19%
B = 28.81%

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

#D25979 (or 0xD25979) is known color: Cranberry. HEX triplet: D2, 59 and 79. RGB value is (210,89,121). Sum of RGB (Red+Green+Blue) = 210+89+121=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D25979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25979 is #2DA686. Grayscale: #808080. Windows color (decimal): -2991751 or 7952850. OLE color: 7952850.

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

Color convert

RGB 210 89 121 -
CMYK 0 0.58 0.42 0.18
HSL 344.13º 0.57% 0.59% -
HSV(B) 344.13º 0.58% 0.82% -
XYZ 33.6 22.23 20.61 -
YUV 128.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 210 89 121 0 0.58 0.42 0.18 344.13 0.57 0.59
Hex D2 59 79 0 3A 2A 12 158 39 3B
Octal 322 131 171 0 72 52 22 530 71 73
Binary 11010010 1011001 1111001 0 111010 101010 10010 101011000 111001 111011

Color Harmonies of #D25979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25979

Black with #D25979

Text Example


Text Example

White with #D25979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25979; }

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

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

background-color css

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

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

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

border-color css

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

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

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