Html Css Color HEX #D3447E Cranberry

📋 copy color: '#D3447E'

red 211 ◦ green 68 ◦ blue 126

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

Shades of Cranberry #D3447E

Tints of Cranberry #D3447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 52.1%
G = 16.79%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3447E (or 0xD3447E) is known color: Cranberry. HEX triplet: D3, 44 and 7E. RGB value is (211,68,126). Sum of RGB (Red+Green+Blue) = 211+68+126=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3447E is #2CBB81. Grayscale: #757575. Windows color (decimal): -2931586 or 8275155. OLE color: 8275155.

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

Color convert

RGB 211 68 126 -
CMYK 0 0.68 0.40 0.17
HSL 335.66º 0.62% 0.55% -
HSV(B) 335.66º 0.68% 0.83% -
XYZ 32.7 19.49 21.78 -
YUV 117.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 211 68 126 0 0.68 0.40 0.17 335.66 0.62 0.55
Hex D3 44 7E 0 44 28 11 150 3E 37
Octal 323 104 176 0 104 50 21 520 76 67
Binary 11010011 1000100 1111110 0 1000100 101000 10001 101010000 111110 110111

Color Harmonies of #D3447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3447E

Black with #D3447E

Text Example


Text Example

White with #D3447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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