Html Css Color HEX #D25185 Cranberry

📋 copy color: '#D25185'

red 210 ◦ green 81 ◦ blue 133

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

Shades of Cranberry #D25185

Tints of Cranberry #D25185

RGB

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

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

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

R = 49.53%
G = 19.1%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D25185 (or 0xD25185) is known color: Cranberry. HEX triplet: D2, 51 and 85. RGB value is (210,81,133). Sum of RGB (Red+Green+Blue) = 210+81+133=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D25185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25185 is #2DAE7A. Grayscale: #7D7D7D. Windows color (decimal): -2993787 or 8737234. OLE color: 8737234.

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

Color convert

RGB 210 81 133 -
CMYK 0 0.61 0.37 0.18
HSL 335.81º 0.59% 0.57% -
HSV(B) 335.81º 0.61% 0.82% -
XYZ 33.75 21.28 24.52 -
YUV 125.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 210 81 133 0 0.61 0.37 0.18 335.81 0.59 0.57
Hex D2 51 85 0 3D 25 12 150 3B 39
Octal 322 121 205 0 75 45 22 520 73 71
Binary 11010010 1010001 10000101 0 111101 100101 10010 101010000 111011 111001

Color Harmonies of #D25185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25185

Black with #D25185

Text Example


Text Example

White with #D25185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25185; }

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

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

background-color css

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

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

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

border-color css

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

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

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