Html Css Color HEX #D25982 Cranberry

📋 copy color: '#D25982'

red 210 ◦ green 89 ◦ blue 130

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

Shades of Cranberry #D25982

Tints of Cranberry #D25982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 48.95%
G = 20.75%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D25982 (or 0xD25982) is known color: Cranberry. HEX triplet: D2, 59 and 82. RGB value is (210,89,130). Sum of RGB (Red+Green+Blue) = 210+89+130=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D25982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25982 is #2DA67D. Grayscale: #818181. Windows color (decimal): -2991742 or 8542674. OLE color: 8542674.

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

Color convert

RGB 210 89 130 -
CMYK 0 0.58 0.38 0.18
HSL 339.67º 0.57% 0.59% -
HSV(B) 339.67º 0.58% 0.82% -
XYZ 34.18 22.46 23.65 -
YUV 129.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 210 89 130 0 0.58 0.38 0.18 339.67 0.57 0.59
Hex D2 59 82 0 3A 26 12 154 39 3B
Octal 322 131 202 0 72 46 22 524 71 73
Binary 11010010 1011001 10000010 0 111010 100110 10010 101010100 111001 111011

Color Harmonies of #D25982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25982

Black with #D25982

Text Example


Text Example

White with #D25982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25982; }

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

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

background-color css

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

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

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

border-color css

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

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

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