Html Css Color HEX #D44C85 Cranberry

📋 copy color: '#D44C85'

red 212 ◦ green 76 ◦ blue 133

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

Shades of Cranberry #D44C85

Tints of Cranberry #D44C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 50.36%
G = 18.05%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D44C85 (or 0xD44C85) is known color: Cranberry. HEX triplet: D4, 4C and 85. RGB value is (212,76,133). Sum of RGB (Red+Green+Blue) = 212+76+133=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44C85 is #2BB37A. Grayscale: #7B7B7B. Windows color (decimal): -2863995 or 8735956. OLE color: 8735956.

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

Color convert

RGB 212 76 133 -
CMYK 0 0.64 0.37 0.17
HSL 334.85º 0.61% 0.56% -
HSV(B) 334.85º 0.64% 0.83% -
XYZ 33.97 20.86 24.43 -
YUV 123.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 212 76 133 0 0.64 0.37 0.17 334.85 0.61 0.56
Hex D4 4C 85 0 40 25 11 14F 3D 38
Octal 324 114 205 0 100 45 21 517 75 70
Binary 11010100 1001100 10000101 0 1000000 100101 10001 101001111 111101 111000

Color Harmonies of #D44C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44C85

Black with #D44C85

Text Example


Text Example

White with #D44C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44C85; }

 p { color: rgb(212,76,133); }

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

background-color css

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

 a { background-color: rgb(212,76,133); }

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

border-color css

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

 span { border-color: rgb(212,76,133); }

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