Html Css Color HEX #D25076 Cranberry

📋 copy color: '#D25076'

red 210 ◦ green 80 ◦ blue 118

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

Shades of Cranberry #D25076

Tints of Cranberry #D25076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 51.47%
G = 19.61%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D25076 (or 0xD25076) is known color: Cranberry. HEX triplet: D2, 50 and 76. RGB value is (210,80,118). Sum of RGB (Red+Green+Blue) = 210+80+118=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D25076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25076 is #2DAF89. Grayscale: #7B7B7B. Windows color (decimal): -2994058 or 7753938. OLE color: 7753938.

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

Color convert

RGB 210 80 118 -
CMYK 0 0.62 0.44 0.18
HSL 342.46º 0.59% 0.57% -
HSV(B) 342.46º 0.62% 0.82% -
XYZ 32.72 20.75 19.42 -
YUV 123.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 210 80 118 0 0.62 0.44 0.18 342.46 0.59 0.57
Hex D2 50 76 0 3E 2C 12 156 3B 39
Octal 322 120 166 0 76 54 22 526 73 71
Binary 11010010 1010000 1110110 0 111110 101100 10010 101010110 111011 111001

Color Harmonies of #D25076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25076

Black with #D25076

Text Example


Text Example

White with #D25076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25076; }

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

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

background-color css

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

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

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

border-color css

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

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

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