Html Css Color HEX #D25178 Cranberry

📋 copy color: '#D25178'

red 210 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #D25178

Tints of Cranberry #D25178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

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

R = 51.09%
G = 19.71%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D25178 (or 0xD25178) is known color: Cranberry. HEX triplet: D2, 51 and 78. RGB value is (210,81,120). Sum of RGB (Red+Green+Blue) = 210+81+120=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D25178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25178 is #2DAE87. Grayscale: #7B7B7B. Windows color (decimal): -2993800 or 7885266. OLE color: 7885266.

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

Color convert

RGB 210 81 120 -
CMYK 0 0.61 0.43 0.18
HSL 341.86º 0.59% 0.57% -
HSV(B) 341.86º 0.61% 0.82% -
XYZ 32.91 20.94 20.08 -
YUV 124.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 210 81 120 0 0.61 0.43 0.18 341.86 0.59 0.57
Hex D2 51 78 0 3D 2B 12 156 3B 39
Octal 322 121 170 0 75 53 22 526 73 71
Binary 11010010 1010001 1111000 0 111101 101011 10010 101010110 111011 111001

Color Harmonies of #D25178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25178

Black with #D25178

Text Example


Text Example

White with #D25178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25178; }

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

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

background-color css

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

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

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

border-color css

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

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

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