Html Css Color HEX #D25B79 Cranberry

📋 copy color: '#D25B79'

red 210 ◦ green 91 ◦ blue 121

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

Shades of Cranberry #D25B79

Tints of Cranberry #D25B79

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 49.76%
G = 21.56%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25B79 (or 0xD25B79) is known color: Cranberry. HEX triplet: D2, 5B and 79. RGB value is (210,91,121). Sum of RGB (Red+Green+Blue) = 210+91+121=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B79 is #2DA486. Grayscale: #828282. Windows color (decimal): -2991239 or 7953362. OLE color: 7953362.

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

Color convert

RGB 210 91 121 -
CMYK 0 0.57 0.42 0.18
HSL 344.87º 0.57% 0.59% -
HSV(B) 344.87º 0.57% 0.82% -
XYZ 33.77 22.56 20.66 -
YUV 130 122.92 185.06 -
System Red Green Blue C M Y K H S L
Decimal 210 91 121 0 0.57 0.42 0.18 344.87 0.57 0.59
Hex D2 5B 79 0 39 2A 12 159 39 3B
Octal 322 133 171 0 71 52 22 531 71 73
Binary 11010010 1011011 1111001 0 111001 101010 10010 101011001 111001 111011

Color Harmonies of #D25B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B79

Black with #D25B79

Text Example


Text Example

White with #D25B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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