Html Css Color HEX #D24673 Cranberry

📋 copy color: '#D24673'

red 210 ◦ green 70 ◦ blue 115

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

Shades of Cranberry #D24673

Tints of Cranberry #D24673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 53.16%
G = 17.72%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24673 (or 0xD24673) is known color: Cranberry. HEX triplet: D2, 46 and 73. RGB value is (210,70,115). Sum of RGB (Red+Green+Blue) = 210+70+115=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D24673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24673 is #2DB98C. Grayscale: #747474. Windows color (decimal): -2996621 or 7554770. OLE color: 7554770.

HSL color Cylindrical-coordinate representation of color #D24673: hue angle of 340.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24673 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 70 115 -
CMYK 0 0.67 0.45 0.18
HSL 340.71º 0.61% 0.55% -
HSV(B) 340.71º 0.67% 0.82% -
XYZ 31.86 19.32 18.27 -
YUV 116.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 210 70 115 0 0.67 0.45 0.18 340.71 0.61 0.55
Hex D2 46 73 0 43 2D 12 155 3D 37
Octal 322 106 163 0 103 55 22 525 75 67
Binary 11010010 1000110 1110011 0 1000011 101101 10010 101010101 111101 110111

Color Harmonies of #D24673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24673

Black with #D24673

Text Example


Text Example

White with #D24673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24673; }

 p { color: rgb(210,70,115); }

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

background-color css

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

 a { background-color: rgb(210,70,115); }

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

border-color css

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

 span { border-color: rgb(210,70,115); }

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