Html Css Color HEX #D24F7F Cranberry

📋 copy color: '#D24F7F'

red 210 ◦ green 79 ◦ blue 127

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

Shades of Cranberry #D24F7F

Tints of Cranberry #D24F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 50.48%
G = 18.99%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D24F7F (or 0xD24F7F) is known color: Cranberry. HEX triplet: D2, 4F and 7F. RGB value is (210,79,127). Sum of RGB (Red+Green+Blue) = 210+79+127=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F7F is #2DB080. Grayscale: #7B7B7B. Windows color (decimal): -2994305 or 8343506. OLE color: 8343506.

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

Color convert

RGB 210 79 127 -
CMYK 0 0.62 0.40 0.18
HSL 338.02º 0.59% 0.57% -
HSV(B) 338.02º 0.62% 0.82% -
XYZ 33.21 20.83 22.35 -
YUV 123.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 210 79 127 0 0.62 0.40 0.18 338.02 0.59 0.57
Hex D2 4F 7F 0 3E 28 12 152 3B 39
Octal 322 117 177 0 76 50 22 522 73 71
Binary 11010010 1001111 1111111 0 111110 101000 10010 101010010 111011 111001

Color Harmonies of #D24F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F7F

Black with #D24F7F

Text Example


Text Example

White with #D24F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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