Html Css Color HEX #D25E79 Cranberry

📋 copy color: '#D25E79'

red 210 ◦ green 94 ◦ blue 121

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

Shades of Cranberry #D25E79

Tints of Cranberry #D25E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

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

R = 49.41%
G = 22.12%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25E79 (or 0xD25E79) is known color: Cranberry. HEX triplet: D2, 5E and 79. RGB value is (210,94,121). Sum of RGB (Red+Green+Blue) = 210+94+121=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E79 is #2DA186. Grayscale: #838383. Windows color (decimal): -2990471 or 7954130. OLE color: 7954130.

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

Color convert

RGB 210 94 121 -
CMYK 0 0.55 0.42 0.18
HSL 346.03º 0.56% 0.6% -
HSV(B) 346.03º 0.55% 0.82% -
XYZ 34.03 23.09 20.75 -
YUV 131.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 210 94 121 0 0.55 0.42 0.18 346.03 0.56 0.6
Hex D2 5E 79 0 37 2A 12 15A 38 3C
Octal 322 136 171 0 67 52 22 532 70 74
Binary 11010010 1011110 1111001 0 110111 101010 10010 101011010 111000 111100

Color Harmonies of #D25E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E79

Black with #D25E79

Text Example


Text Example

White with #D25E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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