Html Css Color HEX #D1447D Cranberry

📋 copy color: '#D1447D'

red 209 ◦ green 68 ◦ blue 125

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

Shades of Cranberry #D1447D

Tints of Cranberry #D1447D

RGB

 RED value IS 209 (82.03% from 255) = 51.99%

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 51.99%
G = 16.92%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1447D (or 0xD1447D) is known color: Cranberry. HEX triplet: D1, 44 and 7D. RGB value is (209,68,125). Sum of RGB (Red+Green+Blue) = 209+68+125=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1447D is #2EBB82. Grayscale: #747474. Windows color (decimal): -3062659 or 8209617. OLE color: 8209617.

HSL color Cylindrical-coordinate representation of color #D1447D: hue angle of 335.74º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1447D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 125 -
CMYK 0 0.67 0.40 0.18
HSL 335.74º 0.61% 0.54% -
HSV(B) 335.74º 0.67% 0.82% -
XYZ 32.06 19.17 21.41 -
YUV 116.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 209 68 125 0 0.67 0.40 0.18 335.74 0.61 0.54
Hex D1 44 7D 0 43 28 12 150 3D 36
Octal 321 104 175 0 103 50 22 520 75 66
Binary 11010001 1000100 1111101 0 1000011 101000 10010 101010000 111101 110110

Color Harmonies of #D1447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1447D

Black with #D1447D

Text Example


Text Example

White with #D1447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1447D; }

 p { color: rgb(209,68,125); }

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

background-color css

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

 a { background-color: rgb(209,68,125); }

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

border-color css

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

 span { border-color: rgb(209,68,125); }

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