Html Css Color HEX #D34D85 Cranberry

📋 copy color: '#D34D85'

red 211 ◦ green 77 ◦ blue 133

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

Shades of Cranberry #D34D85

Tints of Cranberry #D34D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 50.12%
G = 18.29%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D34D85 (or 0xD34D85) is known color: Cranberry. HEX triplet: D3, 4D and 85. RGB value is (211,77,133). Sum of RGB (Red+Green+Blue) = 211+77+133=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34D85 is #2CB27A. Grayscale: #7B7B7B. Windows color (decimal): -2929275 or 8736211. OLE color: 8736211.

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

Color convert

RGB 211 77 133 -
CMYK 0 0.64 0.37 0.17
HSL 334.93º 0.6% 0.56% -
HSV(B) 334.93º 0.64% 0.83% -
XYZ 33.75 20.85 24.44 -
YUV 123.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 211 77 133 0 0.64 0.37 0.17 334.93 0.6 0.56
Hex D3 4D 85 0 40 25 11 14F 3C 38
Octal 323 115 205 0 100 45 21 517 74 70
Binary 11010011 1001101 10000101 0 1000000 100101 10001 101001111 111100 111000

Color Harmonies of #D34D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D85

Black with #D34D85

Text Example


Text Example

White with #D34D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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