Html Css Color HEX #D25079 Cranberry

📋 copy color: '#D25079'

red 210 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #D25079

Tints of Cranberry #D25079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

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

R = 51.09%
G = 19.46%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25079 (or 0xD25079) is known color: Cranberry. HEX triplet: D2, 50 and 79. RGB value is (210,80,121). Sum of RGB (Red+Green+Blue) = 210+80+121=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D25079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25079 is #2DAF86. Grayscale: #7B7B7B. Windows color (decimal): -2994055 or 7950546. OLE color: 7950546.

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

Color convert

RGB 210 80 121 -
CMYK 0 0.62 0.42 0.18
HSL 341.08º 0.59% 0.57% -
HSV(B) 341.08º 0.62% 0.82% -
XYZ 32.9 20.82 20.37 -
YUV 123.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 210 80 121 0 0.62 0.42 0.18 341.08 0.59 0.57
Hex D2 50 79 0 3E 2A 12 155 3B 39
Octal 322 120 171 0 76 52 22 525 73 71
Binary 11010010 1010000 1111001 0 111110 101010 10010 101010101 111011 111001

Color Harmonies of #D25079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25079

Black with #D25079

Text Example


Text Example

White with #D25079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25079; }

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

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

background-color css

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

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

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

border-color css

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

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

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