Html Css Color HEX #D84D7E Cranberry

📋 copy color: '#D84D7E'

red 216 ◦ green 77 ◦ blue 126

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

Shades of Cranberry #D84D7E

Tints of Cranberry #D84D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 51.55%
G = 18.38%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D84D7E (or 0xD84D7E) is known color: Cranberry. HEX triplet: D8, 4D and 7E. RGB value is (216,77,126). Sum of RGB (Red+Green+Blue) = 216+77+126=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D7E is #27B281. Grayscale: #7C7C7C. Windows color (decimal): -2601602 or 8277464. OLE color: 8277464.

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

Color convert

RGB 216 77 126 -
CMYK 0 0.64 0.42 0.15
HSL 338.85º 0.64% 0.57% -
HSV(B) 338.85º 0.64% 0.85% -
XYZ 34.74 21.41 22.04 -
YUV 124.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 216 77 126 0 0.64 0.42 0.15 338.85 0.64 0.57
Hex D8 4D 7E 0 40 2A F 153 40 39
Octal 330 115 176 0 100 52 17 523 100 71
Binary 11011000 1001101 1111110 0 1000000 101010 1111 101010011 1000000 111001

Color Harmonies of #D84D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D7E

Black with #D84D7E

Text Example


Text Example

White with #D84D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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