Html Css Color HEX #D34480 Cranberry

📋 copy color: '#D34480'

red 211 ◦ green 68 ◦ blue 128

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

Shades of Cranberry #D34480

Tints of Cranberry #D34480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 51.84%
G = 16.71%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D34480 (or 0xD34480) is known color: Cranberry. HEX triplet: D3, 44 and 80. RGB value is (211,68,128). Sum of RGB (Red+Green+Blue) = 211+68+128=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D34480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34480 is #2CBB7F. Grayscale: #757575. Windows color (decimal): -2931584 or 8406227. OLE color: 8406227.

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

Color convert

RGB 211 68 128 -
CMYK 0 0.68 0.39 0.17
HSL 334.83º 0.62% 0.55% -
HSV(B) 334.83º 0.68% 0.83% -
XYZ 32.83 19.54 22.46 -
YUV 117.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 211 68 128 0 0.68 0.39 0.17 334.83 0.62 0.55
Hex D3 44 80 0 44 27 11 14F 3E 37
Octal 323 104 200 0 104 47 21 517 76 67
Binary 11010011 1000100 10000000 0 1000100 100111 10001 101001111 111110 110111

Color Harmonies of #D34480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34480

Black with #D34480

Text Example


Text Example

White with #D34480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34480; }

 p { color: rgb(211,68,128); }

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

background-color css

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

 a { background-color: rgb(211,68,128); }

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

border-color css

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

 span { border-color: rgb(211,68,128); }

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