Html Css Color HEX #D74472 Cranberry

📋 copy color: '#D74472'

red 215 ◦ green 68 ◦ blue 114

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

Shades of Cranberry #D74472

Tints of Cranberry #D74472

RGB

 RED value IS 215 (84.38% from 255) = 54.16%

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

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

R = 54.16%
G = 17.13%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74472 (or 0xD74472) is known color: Cranberry. HEX triplet: D7, 44 and 72. RGB value is (215,68,114). Sum of RGB (Red+Green+Blue) = 215+68+114=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74472 is #28BB8D. Grayscale: #757575. Windows color (decimal): -2669454 or 7488727. OLE color: 7488727.

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

Color convert

RGB 215 68 114 -
CMYK 0 0.68 0.47 0.16
HSL 341.22º 0.65% 0.55% -
HSV(B) 341.22º 0.68% 0.84% -
XYZ 33.13 19.8 17.99 -
YUV 117.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 215 68 114 0 0.68 0.47 0.16 341.22 0.65 0.55
Hex D7 44 72 0 44 2F 10 155 41 37
Octal 327 104 162 0 104 57 20 525 101 67
Binary 11010111 1000100 1110010 0 1000100 101111 10000 101010101 1000001 110111

Color Harmonies of #D74472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74472

Black with #D74472

Text Example


Text Example

White with #D74472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74472; }

 p { color: rgb(215,68,114); }

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

background-color css

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

 a { background-color: rgb(215,68,114); }

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

border-color css

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

 span { border-color: rgb(215,68,114); }

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