Html Css Color HEX #D25D79 Cranberry

📋 copy color: '#D25D79'

red 210 ◦ green 93 ◦ blue 121

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

Shades of Cranberry #D25D79

Tints of Cranberry #D25D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

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

R = 49.53%
G = 21.93%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25D79 (or 0xD25D79) is known color: Cranberry. HEX triplet: D2, 5D and 79. RGB value is (210,93,121). Sum of RGB (Red+Green+Blue) = 210+93+121=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D79 is #2DA286. Grayscale: #838383. Windows color (decimal): -2990727 or 7953874. OLE color: 7953874.

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

Color convert

RGB 210 93 121 -
CMYK 0 0.56 0.42 0.18
HSL 345.64º 0.57% 0.59% -
HSV(B) 345.64º 0.56% 0.82% -
XYZ 33.94 22.91 20.72 -
YUV 131.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 210 93 121 0 0.56 0.42 0.18 345.64 0.57 0.59
Hex D2 5D 79 0 38 2A 12 15A 39 3B
Octal 322 135 171 0 70 52 22 532 71 73
Binary 11010010 1011101 1111001 0 111000 101010 10010 101011010 111001 111011

Color Harmonies of #D25D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D79

Black with #D25D79

Text Example


Text Example

White with #D25D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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