Html Css Color HEX #D24C7C Cranberry

📋 copy color: '#D24C7C'

red 210 ◦ green 76 ◦ blue 124

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

Shades of Cranberry #D24C7C

Tints of Cranberry #D24C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 51.22%
G = 18.54%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D24C7C (or 0xD24C7C) is known color: Cranberry. HEX triplet: D2, 4C and 7C. RGB value is (210,76,124). Sum of RGB (Red+Green+Blue) = 210+76+124=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C7C is #2DB383. Grayscale: #797979. Windows color (decimal): -2995076 or 8146130. OLE color: 8146130.

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

Color convert

RGB 210 76 124 -
CMYK 0 0.64 0.41 0.18
HSL 338.51º 0.6% 0.56% -
HSV(B) 338.51º 0.64% 0.82% -
XYZ 32.8 20.33 21.26 -
YUV 121.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 210 76 124 0 0.64 0.41 0.18 338.51 0.6 0.56
Hex D2 4C 7C 0 40 29 12 153 3C 38
Octal 322 114 174 0 100 51 22 523 74 70
Binary 11010010 1001100 1111100 0 1000000 101001 10010 101010011 111100 111000

Color Harmonies of #D24C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C7C

Black with #D24C7C

Text Example


Text Example

White with #D24C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C7C; }

 p { color: rgb(210,76,124); }

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

background-color css

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

 a { background-color: rgb(210,76,124); }

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

border-color css

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

 span { border-color: rgb(210,76,124); }

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