Html Css Color HEX #D25986 Cranberry

📋 copy color: '#D25986'

red 210 ◦ green 89 ◦ blue 134

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

Shades of Cranberry #D25986

Tints of Cranberry #D25986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.55%

 BLUE value IS 134 (52.73% from 255) = 30.95%

R = 48.5%
G = 20.55%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D25986 (or 0xD25986) is known color: Cranberry. HEX triplet: D2, 59 and 86. RGB value is (210,89,134). Sum of RGB (Red+Green+Blue) = 210+89+134=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D25986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25986 is #2DA679. Grayscale: #828282. Windows color (decimal): -2991738 or 8804818. OLE color: 8804818.

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

Color convert

RGB 210 89 134 -
CMYK 0 0.58 0.36 0.18
HSL 337.69º 0.57% 0.59% -
HSV(B) 337.69º 0.58% 0.82% -
XYZ 34.45 22.57 25.09 -
YUV 130.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 210 89 134 0 0.58 0.36 0.18 337.69 0.57 0.59
Hex D2 59 86 0 3A 24 12 152 39 3B
Octal 322 131 206 0 72 44 22 522 71 73
Binary 11010010 1011001 10000110 0 111010 100100 10010 101010010 111001 111011

Color Harmonies of #D25986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25986

Black with #D25986

Text Example


Text Example

White with #D25986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25986; }

 p { color: rgb(210,89,134); }

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

background-color css

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

 a { background-color: rgb(210,89,134); }

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

border-color css

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

 span { border-color: rgb(210,89,134); }

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