Html Css Color HEX #D24F83 Cranberry

📋 copy color: '#D24F83'

red 210 ◦ green 79 ◦ blue 131

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

Shades of Cranberry #D24F83

Tints of Cranberry #D24F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 50%
G = 18.81%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D24F83 (or 0xD24F83) is known color: Cranberry. HEX triplet: D2, 4F and 83. RGB value is (210,79,131). Sum of RGB (Red+Green+Blue) = 210+79+131=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F83 is #2DB07C. Grayscale: #7C7C7C. Windows color (decimal): -2994301 or 8605650. OLE color: 8605650.

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

Color convert

RGB 210 79 131 -
CMYK 0 0.62 0.38 0.18
HSL 336.18º 0.59% 0.57% -
HSV(B) 336.18º 0.62% 0.82% -
XYZ 33.47 20.93 23.75 -
YUV 124.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 210 79 131 0 0.62 0.38 0.18 336.18 0.59 0.57
Hex D2 4F 83 0 3E 26 12 150 3B 39
Octal 322 117 203 0 76 46 22 520 73 71
Binary 11010010 1001111 10000011 0 111110 100110 10010 101010000 111011 111001

Color Harmonies of #D24F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F83

Black with #D24F83

Text Example


Text Example

White with #D24F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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