Html Css Color HEX #D25881 Cranberry

📋 copy color: '#D25881'

red 210 ◦ green 88 ◦ blue 129

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

Shades of Cranberry #D25881

Tints of Cranberry #D25881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 49.18%
G = 20.61%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D25881 (or 0xD25881) is known color: Cranberry. HEX triplet: D2, 58 and 81. RGB value is (210,88,129). Sum of RGB (Red+Green+Blue) = 210+88+129=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D25881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25881 is #2DA77E. Grayscale: #818181. Windows color (decimal): -2991999 or 8476882. OLE color: 8476882.

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

Color convert

RGB 210 88 129 -
CMYK 0 0.58 0.39 0.18
HSL 339.84º 0.58% 0.58% -
HSV(B) 339.84º 0.58% 0.82% -
XYZ 34.03 22.27 23.27 -
YUV 129.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 210 88 129 0 0.58 0.39 0.18 339.84 0.58 0.58
Hex D2 58 81 0 3A 27 12 154 3A 3A
Octal 322 130 201 0 72 47 22 524 72 72
Binary 11010010 1011000 10000001 0 111010 100111 10010 101010100 111010 111010

Color Harmonies of #D25881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25881

Black with #D25881

Text Example


Text Example

White with #D25881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25881; }

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

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

background-color css

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

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

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

border-color css

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

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

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