Html Css Color HEX #D84C7C Cranberry

📋 copy color: '#D84C7C'

red 216 ◦ green 76 ◦ blue 124

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

Shades of Cranberry #D84C7C

Tints of Cranberry #D84C7C

RGB

 RED value IS 216 (84.77% from 255) = 51.92%

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

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 51.92%
G = 18.27%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D84C7C (or 0xD84C7C) is known color: Cranberry. HEX triplet: D8, 4C and 7C. RGB value is (216,76,124). Sum of RGB (Red+Green+Blue) = 216+76+124=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C7C is #27B383. Grayscale: #7B7B7B. Windows color (decimal): -2601860 or 8146136. OLE color: 8146136.

HSL color Cylindrical-coordinate representation of color #D84C7C: hue angle of 339.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C7C is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 124 -
CMYK 0 0.65 0.43 0.15
HSL 339.43º 0.64% 0.57% -
HSV(B) 339.43º 0.65% 0.85% -
XYZ 34.54 21.22 21.34 -
YUV 123.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 216 76 124 0 0.65 0.43 0.15 339.43 0.64 0.57
Hex D8 4C 7C 0 41 2B F 153 40 39
Octal 330 114 174 0 101 53 17 523 100 71
Binary 11011000 1001100 1111100 0 1000001 101011 1111 101010011 1000000 111001

Color Harmonies of #D84C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C7C

Black with #D84C7C

Text Example


Text Example

White with #D84C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C7C; }

 p { color: rgb(216,76,124); }

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

background-color css

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

 a { background-color: rgb(216,76,124); }

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

border-color css

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

 span { border-color: rgb(216,76,124); }

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