Html Css Color HEX #D44B7F Cranberry

📋 copy color: '#D44B7F'

red 212 ◦ green 75 ◦ blue 127

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

Shades of Cranberry #D44B7F

Tints of Cranberry #D44B7F

RGB

 RED value IS 212 (83.2% from 255) = 51.21%

 GREEN value IS 75 (29.69% from 255) = 18.12%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 51.21%
G = 18.12%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D44B7F (or 0xD44B7F) is known color: Cranberry. HEX triplet: D4, 4B and 7F. RGB value is (212,75,127). Sum of RGB (Red+Green+Blue) = 212+75+127=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44B7F is #2BB480. Grayscale: #797979. Windows color (decimal): -2864257 or 8342484. OLE color: 8342484.

HSL color Cylindrical-coordinate representation of color #D44B7F: hue angle of 337.23º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44B7F is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 75 127 -
CMYK 0 0.65 0.40 0.17
HSL 337.23º 0.61% 0.56% -
HSV(B) 337.23º 0.65% 0.83% -
XYZ 33.5 20.56 22.28 -
YUV 121.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 212 75 127 0 0.65 0.40 0.17 337.23 0.61 0.56
Hex D4 4B 7F 0 41 28 11 151 3D 38
Octal 324 113 177 0 101 50 21 521 75 70
Binary 11010100 1001011 1111111 0 1000001 101000 10001 101010001 111101 111000

Color Harmonies of #D44B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44B7F

Black with #D44B7F

Text Example


Text Example

White with #D44B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44B7F; }

 p { color: rgb(212,75,127); }

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

background-color css

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

 a { background-color: rgb(212,75,127); }

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

border-color css

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

 span { border-color: rgb(212,75,127); }

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