Html Css Color HEX #D54172 Cranberry

📋 copy color: '#D54172'

red 213 ◦ green 65 ◦ blue 114

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

Shades of Cranberry #D54172

Tints of Cranberry #D54172

RGB

 RED value IS 213 (83.59% from 255) = 54.34%

 GREEN value IS 65 (25.78% from 255) = 16.58%

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 54.34%
G = 16.58%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D54172 (or 0xD54172) is known color: Cranberry. HEX triplet: D5, 41 and 72. RGB value is (213,65,114). Sum of RGB (Red+Green+Blue) = 213+65+114=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D54172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54172 is #2ABE8D. Grayscale: #727272. Windows color (decimal): -2801294 or 7487957. OLE color: 7487957.

HSL color Cylindrical-coordinate representation of color #D54172: hue angle of 340.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54172 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 114 -
CMYK 0 0.69 0.46 0.16
HSL 340.14º 0.64% 0.55% -
HSV(B) 340.14º 0.69% 0.84% -
XYZ 32.37 19.14 17.91 -
YUV 114.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 213 65 114 0 0.69 0.46 0.16 340.14 0.64 0.55
Hex D5 41 72 0 45 2E 10 154 40 37
Octal 325 101 162 0 105 56 20 524 100 67
Binary 11010101 1000001 1110010 0 1000101 101110 10000 101010100 1000000 110111

Color Harmonies of #D54172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54172

Black with #D54172

Text Example


Text Example

White with #D54172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54172; }

 p { color: rgb(213,65,114); }

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

background-color css

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

 a { background-color: rgb(213,65,114); }

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

border-color css

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

 span { border-color: rgb(213,65,114); }

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