Html Css Color HEX #D24C7B Cranberry

📋 copy color: '#D24C7B'

red 210 ◦ green 76 ◦ blue 123

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

Shades of Cranberry #D24C7B

Tints of Cranberry #D24C7B

RGB

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

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

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

R = 51.34%
G = 18.58%
B = 30.07%

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

#D24C7B (or 0xD24C7B) is known color: Cranberry. HEX triplet: D2, 4C and 7B. RGB value is (210,76,123). Sum of RGB (Red+Green+Blue) = 210+76+123=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C7B is #2DB384. Grayscale: #797979. Windows color (decimal): -2995077 or 8080594. OLE color: 8080594.

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

Color convert

RGB 210 76 123 -
CMYK 0 0.64 0.41 0.18
HSL 338.96º 0.6% 0.56% -
HSV(B) 338.96º 0.64% 0.82% -
XYZ 32.74 20.3 20.93 -
YUV 121.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 210 76 123 0 0.64 0.41 0.18 338.96 0.6 0.56
Hex D2 4C 7B 0 40 29 12 153 3C 38
Octal 322 114 173 0 100 51 22 523 74 70
Binary 11010010 1001100 1111011 0 1000000 101001 10010 101010011 111100 111000

Color Harmonies of #D24C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C7B

Black with #D24C7B

Text Example


Text Example

White with #D24C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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