Html Css Color HEX #D25074 Cranberry

📋 copy color: '#D25074'

red 210 ◦ green 80 ◦ blue 116

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

Shades of Cranberry #D25074

Tints of Cranberry #D25074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 51.72%
G = 19.7%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D25074 (or 0xD25074) is known color: Cranberry. HEX triplet: D2, 50 and 74. RGB value is (210,80,116). Sum of RGB (Red+Green+Blue) = 210+80+116=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D25074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25074 is #2DAF8B. Grayscale: #7A7A7A. Windows color (decimal): -2994060 or 7622866. OLE color: 7622866.

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

Color convert

RGB 210 80 116 -
CMYK 0 0.62 0.45 0.18
HSL 343.38º 0.59% 0.57% -
HSV(B) 343.38º 0.62% 0.82% -
XYZ 32.6 20.7 18.8 -
YUV 122.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 210 80 116 0 0.62 0.45 0.18 343.38 0.59 0.57
Hex D2 50 74 0 3E 2D 12 157 3B 39
Octal 322 120 164 0 76 55 22 527 73 71
Binary 11010010 1010000 1110100 0 111110 101101 10010 101010111 111011 111001

Color Harmonies of #D25074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25074

Black with #D25074

Text Example


Text Example

White with #D25074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25074; }

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

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

background-color css

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

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

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

border-color css

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

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

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