Html Css Color HEX #D25978 Cranberry

📋 copy color: '#D25978'

red 210 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #D25978

Tints of Cranberry #D25978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.64%

R = 50.12%
G = 21.24%
B = 28.64%

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

#D25978 (or 0xD25978) is known color: Cranberry. HEX triplet: D2, 59 and 78. RGB value is (210,89,120). Sum of RGB (Red+Green+Blue) = 210+89+120=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D25978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25978 is #2DA687. Grayscale: #808080. Windows color (decimal): -2991752 or 7887314. OLE color: 7887314.

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

Color convert

RGB 210 89 120 -
CMYK 0 0.58 0.43 0.18
HSL 344.63º 0.57% 0.59% -
HSV(B) 344.63º 0.58% 0.82% -
XYZ 33.54 22.2 20.29 -
YUV 128.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 210 89 120 0 0.58 0.43 0.18 344.63 0.57 0.59
Hex D2 59 78 0 3A 2B 12 159 39 3B
Octal 322 131 170 0 72 53 22 531 71 73
Binary 11010010 1011001 1111000 0 111010 101011 10010 101011001 111001 111011

Color Harmonies of #D25978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25978

Black with #D25978

Text Example


Text Example

White with #D25978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25978; }

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

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

background-color css

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

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

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

border-color css

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

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

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