Html Css Color HEX #D74779 Cranberry

📋 copy color: '#D74779'

red 215 ◦ green 71 ◦ blue 121

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

Shades of Cranberry #D74779

Tints of Cranberry #D74779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 52.83%
G = 17.44%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D74779 (or 0xD74779) is known color: Cranberry. HEX triplet: D7, 47 and 79. RGB value is (215,71,121). Sum of RGB (Red+Green+Blue) = 215+71+121=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D74779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74779 is #28B886. Grayscale: #777777. Windows color (decimal): -2668679 or 7948247. OLE color: 7948247.

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

Color convert

RGB 215 71 121 -
CMYK 0 0.67 0.44 0.16
HSL 339.17º 0.64% 0.56% -
HSV(B) 339.17º 0.67% 0.84% -
XYZ 33.73 20.33 20.24 -
YUV 119.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 215 71 121 0 0.67 0.44 0.16 339.17 0.64 0.56
Hex D7 47 79 0 43 2C 10 153 40 38
Octal 327 107 171 0 103 54 20 523 100 70
Binary 11010111 1000111 1111001 0 1000011 101100 10000 101010011 1000000 111000

Color Harmonies of #D74779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74779

Black with #D74779

Text Example


Text Example

White with #D74779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74779; }

 p { color: rgb(215,71,121); }

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

background-color css

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

 a { background-color: rgb(215,71,121); }

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

border-color css

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

 span { border-color: rgb(215,71,121); }

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