Html Css Color HEX #D2487B Cranberry

📋 copy color: '#D2487B'

red 210 ◦ green 72 ◦ blue 123

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

Shades of Cranberry #D2487B

Tints of Cranberry #D2487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 51.85%
G = 17.78%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2487B (or 0xD2487B) is known color: Cranberry. HEX triplet: D2, 48 and 7B. RGB value is (210,72,123). Sum of RGB (Red+Green+Blue) = 210+72+123=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2487B is #2DB784. Grayscale: #777777. Windows color (decimal): -2996101 or 8079570. OLE color: 8079570.

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

Color convert

RGB 210 72 123 -
CMYK 0 0.66 0.41 0.18
HSL 337.83º 0.61% 0.55% -
HSV(B) 337.83º 0.66% 0.82% -
XYZ 32.47 19.77 20.84 -
YUV 119.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 210 72 123 0 0.66 0.41 0.18 337.83 0.61 0.55
Hex D2 48 7B 0 42 29 12 152 3D 37
Octal 322 110 173 0 102 51 22 522 75 67
Binary 11010010 1001000 1111011 0 1000010 101001 10010 101010010 111101 110111

Color Harmonies of #D2487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2487B

Black with #D2487B

Text Example


Text Example

White with #D2487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2487B; }

 p { color: rgb(210,72,123); }

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

background-color css

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

 a { background-color: rgb(210,72,123); }

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

border-color css

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

 span { border-color: rgb(210,72,123); }

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