Html Css Color HEX #D34474 Cranberry

📋 copy color: '#D34474'

red 211 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #D34474

Tints of Cranberry #D34474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 53.42%
G = 17.22%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D34474 (or 0xD34474) is known color: Cranberry. HEX triplet: D3, 44 and 74. RGB value is (211,68,116). Sum of RGB (Red+Green+Blue) = 211+68+116=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D34474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34474 is #2CBB8B. Grayscale: #747474. Windows color (decimal): -2931596 or 7619795. OLE color: 7619795.

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

Color convert

RGB 211 68 116 -
CMYK 0 0.68 0.45 0.17
HSL 339.86º 0.62% 0.55% -
HSV(B) 339.86º 0.68% 0.83% -
XYZ 32.08 19.24 18.55 -
YUV 116.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 211 68 116 0 0.68 0.45 0.17 339.86 0.62 0.55
Hex D3 44 74 0 44 2D 11 154 3E 37
Octal 323 104 164 0 104 55 21 524 76 67
Binary 11010011 1000100 1110100 0 1000100 101101 10001 101010100 111110 110111

Color Harmonies of #D34474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34474

Black with #D34474

Text Example


Text Example

White with #D34474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34474; }

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

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

background-color css

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

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

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

border-color css

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

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

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