Html Css Color HEX #D25279 Cranberry

📋 copy color: '#D25279'

red 210 ◦ green 82 ◦ blue 121

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

Shades of Cranberry #D25279

Tints of Cranberry #D25279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

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

R = 50.85%
G = 19.85%
B = 29.3%

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

#D25279 (or 0xD25279) is known color: Cranberry. HEX triplet: D2, 52 and 79. RGB value is (210,82,121). Sum of RGB (Red+Green+Blue) = 210+82+121=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D25279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25279 is #2DAD86. Grayscale: #7C7C7C. Windows color (decimal): -2993543 or 7951058. OLE color: 7951058.

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

Color convert

RGB 210 82 121 -
CMYK 0 0.61 0.42 0.18
HSL 341.72º 0.59% 0.57% -
HSV(B) 341.72º 0.61% 0.82% -
XYZ 33.05 21.12 20.42 -
YUV 124.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 210 82 121 0 0.61 0.42 0.18 341.72 0.59 0.57
Hex D2 52 79 0 3D 2A 12 156 3B 39
Octal 322 122 171 0 75 52 22 526 73 71
Binary 11010010 1010010 1111001 0 111101 101010 10010 101010110 111011 111001

Color Harmonies of #D25279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25279

Black with #D25279

Text Example


Text Example

White with #D25279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25279; }

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

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

background-color css

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

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

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

border-color css

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

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

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