Html Css Color HEX #D25877 Cranberry

📋 copy color: '#D25877'

red 210 ◦ green 88 ◦ blue 119

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

Shades of Cranberry #D25877

Tints of Cranberry #D25877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 50.36%
G = 21.1%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D25877 (or 0xD25877) is known color: Cranberry. HEX triplet: D2, 58 and 77. RGB value is (210,88,119). Sum of RGB (Red+Green+Blue) = 210+88+119=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D25877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25877 is #2DA788. Grayscale: #808080. Windows color (decimal): -2992009 or 7821522. OLE color: 7821522.

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

Color convert

RGB 210 88 119 -
CMYK 0 0.58 0.43 0.18
HSL 344.75º 0.58% 0.58% -
HSV(B) 344.75º 0.58% 0.82% -
XYZ 33.4 22.01 19.94 -
YUV 128.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 210 88 119 0 0.58 0.43 0.18 344.75 0.58 0.58
Hex D2 58 77 0 3A 2B 12 159 3A 3A
Octal 322 130 167 0 72 53 22 531 72 72
Binary 11010010 1011000 1110111 0 111010 101011 10010 101011001 111010 111010

Color Harmonies of #D25877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25877

Black with #D25877

Text Example


Text Example

White with #D25877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25877; }

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

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

background-color css

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

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

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

border-color css

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

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

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