Html Css Color HEX #D25885 Cranberry

📋 copy color: '#D25885'

red 210 ◦ green 88 ◦ blue 133

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

Shades of Cranberry #D25885

Tints of Cranberry #D25885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.42%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 48.72%
G = 20.42%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D25885 (or 0xD25885) is known color: Cranberry. HEX triplet: D2, 58 and 85. RGB value is (210,88,133). Sum of RGB (Red+Green+Blue) = 210+88+133=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D25885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25885 is #2DA77A. Grayscale: #818181. Windows color (decimal): -2991995 or 8739026. OLE color: 8739026.

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

Color convert

RGB 210 88 133 -
CMYK 0 0.58 0.37 0.18
HSL 337.87º 0.58% 0.58% -
HSV(B) 337.87º 0.58% 0.82% -
XYZ 34.3 22.37 24.7 -
YUV 129.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 210 88 133 0 0.58 0.37 0.18 337.87 0.58 0.58
Hex D2 58 85 0 3A 25 12 152 3A 3A
Octal 322 130 205 0 72 45 22 522 72 72
Binary 11010010 1011000 10000101 0 111010 100101 10010 101010010 111010 111010

Color Harmonies of #D25885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25885

Black with #D25885

Text Example


Text Example

White with #D25885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25885; }

 p { color: rgb(210,88,133); }

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

background-color css

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

 a { background-color: rgb(210,88,133); }

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

border-color css

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

 span { border-color: rgb(210,88,133); }

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