Html Css Color HEX #D84B7C Cranberry

📋 copy color: '#D84B7C'

red 216 ◦ green 75 ◦ blue 124

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

Shades of Cranberry #D84B7C

Tints of Cranberry #D84B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

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

R = 52.05%
G = 18.07%
B = 29.88%

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

#D84B7C (or 0xD84B7C) is known color: Cranberry. HEX triplet: D8, 4B and 7C. RGB value is (216,75,124). Sum of RGB (Red+Green+Blue) = 216+75+124=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B7C is #27B483. Grayscale: #7A7A7A. Windows color (decimal): -2602116 or 8145880. OLE color: 8145880.

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

Color convert

RGB 216 75 124 -
CMYK 0 0.65 0.43 0.15
HSL 339.15º 0.64% 0.57% -
HSV(B) 339.15º 0.65% 0.85% -
XYZ 34.47 21.09 21.32 -
YUV 122.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 216 75 124 0 0.65 0.43 0.15 339.15 0.64 0.57
Hex D8 4B 7C 0 41 2B F 153 40 39
Octal 330 113 174 0 101 53 17 523 100 71
Binary 11011000 1001011 1111100 0 1000001 101011 1111 101010011 1000000 111001

Color Harmonies of #D84B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B7C

Black with #D84B7C

Text Example


Text Example

White with #D84B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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