Html Css Color HEX #D34D83 Cranberry

📋 copy color: '#D34D83'

red 211 ◦ green 77 ◦ blue 131

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

Shades of Cranberry #D34D83

Tints of Cranberry #D34D83

RGB

 RED value IS 211 (82.81% from 255) = 50.36%

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 50.36%
G = 18.38%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34D83 (or 0xD34D83) is known color: Cranberry. HEX triplet: D3, 4D and 83. RGB value is (211,77,131). Sum of RGB (Red+Green+Blue) = 211+77+131=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34D83 is #2CB27C. Grayscale: #7B7B7B. Windows color (decimal): -2929277 or 8605139. OLE color: 8605139.

HSL color Cylindrical-coordinate representation of color #D34D83: hue angle of 335.82º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34D83 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 77 131 -
CMYK 0 0.64 0.38 0.17
HSL 335.82º 0.6% 0.56% -
HSV(B) 335.82º 0.64% 0.83% -
XYZ 33.61 20.8 23.71 -
YUV 123.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 211 77 131 0 0.64 0.38 0.17 335.82 0.6 0.56
Hex D3 4D 83 0 40 26 11 150 3C 38
Octal 323 115 203 0 100 46 21 520 74 70
Binary 11010011 1001101 10000011 0 1000000 100110 10001 101010000 111100 111000

Color Harmonies of #D34D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D83

Black with #D34D83

Text Example


Text Example

White with #D34D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D83; }

 p { color: rgb(211,77,131); }

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

background-color css

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

 a { background-color: rgb(211,77,131); }

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

border-color css

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

 span { border-color: rgb(211,77,131); }

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