Html Css Color HEX #D24F7B Cranberry

📋 copy color: '#D24F7B'

red 210 ◦ green 79 ◦ blue 123

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

Shades of Cranberry #D24F7B

Tints of Cranberry #D24F7B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

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

R = 50.97%
G = 19.17%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D24F7B (or 0xD24F7B) is known color: Cranberry. HEX triplet: D2, 4F and 7B. RGB value is (210,79,123). Sum of RGB (Red+Green+Blue) = 210+79+123=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F7B is #2DB084. Grayscale: #7B7B7B. Windows color (decimal): -2994309 or 8081362. OLE color: 8081362.

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

Color convert

RGB 210 79 123 -
CMYK 0 0.62 0.41 0.18
HSL 339.85º 0.59% 0.57% -
HSV(B) 339.85º 0.62% 0.82% -
XYZ 32.95 20.72 21 -
YUV 123.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 210 79 123 0 0.62 0.41 0.18 339.85 0.59 0.57
Hex D2 4F 7B 0 3E 29 12 154 3B 39
Octal 322 117 173 0 76 51 22 524 73 71
Binary 11010010 1001111 1111011 0 111110 101001 10010 101010100 111011 111001

Color Harmonies of #D24F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F7B

Black with #D24F7B

Text Example


Text Example

White with #D24F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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