Html Css Color HEX #D34571 Cranberry

📋 copy color: '#D34571'

red 211 ◦ green 69 ◦ blue 113

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

Shades of Cranberry #D34571

Tints of Cranberry #D34571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.56%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 53.69%
G = 17.56%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D34571 (or 0xD34571) is known color: Cranberry. HEX triplet: D3, 45 and 71. RGB value is (211,69,113). Sum of RGB (Red+Green+Blue) = 211+69+113=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D34571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34571 is #2CBA8E. Grayscale: #747474. Windows color (decimal): -2931343 or 7423443. OLE color: 7423443.

HSL color Cylindrical-coordinate representation of color #D34571: hue angle of 341.41º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34571 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 69 113 -
CMYK 0 0.67 0.46 0.17
HSL 341.41º 0.62% 0.55% -
HSV(B) 341.41º 0.67% 0.83% -
XYZ 31.97 19.3 17.66 -
YUV 116.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 211 69 113 0 0.67 0.46 0.17 341.41 0.62 0.55
Hex D3 45 71 0 43 2E 11 155 3E 37
Octal 323 105 161 0 103 56 21 525 76 67
Binary 11010011 1000101 1110001 0 1000011 101110 10001 101010101 111110 110111

Color Harmonies of #D34571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34571

Black with #D34571

Text Example


Text Example

White with #D34571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34571; }

 p { color: rgb(211,69,113); }

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

background-color css

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

 a { background-color: rgb(211,69,113); }

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

border-color css

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

 span { border-color: rgb(211,69,113); }

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