Html Css Color HEX #D25179 Cranberry

📋 copy color: '#D25179'

red 210 ◦ green 81 ◦ blue 121

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

Shades of Cranberry #D25179

Tints of Cranberry #D25179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

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

R = 50.97%
G = 19.66%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25179 (or 0xD25179) is known color: Cranberry. HEX triplet: D2, 51 and 79. RGB value is (210,81,121). Sum of RGB (Red+Green+Blue) = 210+81+121=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25179 is #2DAE86. Grayscale: #7C7C7C. Windows color (decimal): -2993799 or 7950802. OLE color: 7950802.

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

Color convert

RGB 210 81 121 -
CMYK 0 0.61 0.42 0.18
HSL 341.4º 0.59% 0.57% -
HSV(B) 341.4º 0.61% 0.82% -
XYZ 32.97 20.97 20.4 -
YUV 124.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 210 81 121 0 0.61 0.42 0.18 341.4 0.59 0.57
Hex D2 51 79 0 3D 2A 12 155 3B 39
Octal 322 121 171 0 75 52 22 525 73 71
Binary 11010010 1010001 1111001 0 111101 101010 10010 101010101 111011 111001

Color Harmonies of #D25179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25179

Black with #D25179

Text Example


Text Example

White with #D25179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25179; }

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

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

background-color css

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

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

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

border-color css

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

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

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