Html Css Color HEX #D84D7B Cranberry

📋 copy color: '#D84D7B'

red 216 ◦ green 77 ◦ blue 123

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

Shades of Cranberry #D84D7B

Tints of Cranberry #D84D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.51%

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

R = 51.92%
G = 18.51%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D84D7B (or 0xD84D7B) is known color: Cranberry. HEX triplet: D8, 4D and 7B. RGB value is (216,77,123). Sum of RGB (Red+Green+Blue) = 216+77+123=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D7B is #27B284. Grayscale: #7B7B7B. Windows color (decimal): -2601605 or 8080856. OLE color: 8080856.

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

Color convert

RGB 216 77 123 -
CMYK 0 0.64 0.43 0.15
HSL 340.14º 0.64% 0.57% -
HSV(B) 340.14º 0.64% 0.85% -
XYZ 34.55 21.34 21.04 -
YUV 123.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 216 77 123 0 0.64 0.43 0.15 340.14 0.64 0.57
Hex D8 4D 7B 0 40 2B F 154 40 39
Octal 330 115 173 0 100 53 17 524 100 71
Binary 11011000 1001101 1111011 0 1000000 101011 1111 101010100 1000000 111001

Color Harmonies of #D84D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D7B

Black with #D84D7B

Text Example


Text Example

White with #D84D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D7B; }

 p { color: rgb(216,77,123); }

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

background-color css

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

 a { background-color: rgb(216,77,123); }

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

border-color css

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

 span { border-color: rgb(216,77,123); }

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