Html Css Color HEX #D84D7A Cranberry

📋 copy color: '#D84D7A'

red 216 ◦ green 77 ◦ blue 122

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

Shades of Cranberry #D84D7A

Tints of Cranberry #D84D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 52.05%
G = 18.55%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D84D7A (or 0xD84D7A) is known color: Cranberry. HEX triplet: D8, 4D and 7A. RGB value is (216,77,122). Sum of RGB (Red+Green+Blue) = 216+77+122=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D7A is #27B285. Grayscale: #7B7B7B. Windows color (decimal): -2601606 or 8015320. OLE color: 8015320.

HSL color Cylindrical-coordinate representation of color #D84D7A: hue angle of 340.58º 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 #D84D7A is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 122 -
CMYK 0 0.64 0.44 0.15
HSL 340.58º 0.64% 0.57% -
HSV(B) 340.58º 0.64% 0.85% -
XYZ 34.49 21.31 20.71 -
YUV 123.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 216 77 122 0 0.64 0.44 0.15 340.58 0.64 0.57
Hex D8 4D 7A 0 40 2C F 155 40 39
Octal 330 115 172 0 100 54 17 525 100 71
Binary 11011000 1001101 1111010 0 1000000 101100 1111 101010101 1000000 111001

Color Harmonies of #D84D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D7A

Black with #D84D7A

Text Example


Text Example

White with #D84D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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