Html Css Color HEX #D74886 Cranberry

📋 copy color: '#D74886'

red 215 ◦ green 72 ◦ blue 134

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

Shades of Cranberry #D74886

Tints of Cranberry #D74886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 51.07%
G = 17.1%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74886 (or 0xD74886) is known color: Cranberry. HEX triplet: D7, 48 and 86. RGB value is (215,72,134). Sum of RGB (Red+Green+Blue) = 215+72+134=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D74886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74886 is #28B779. Grayscale: #797979. Windows color (decimal): -2668410 or 8800471. OLE color: 8800471.

HSL color Cylindrical-coordinate representation of color #D74886: hue angle of 333.99º 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 #D74886 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 134 -
CMYK 0 0.67 0.38 0.16
HSL 333.99º 0.64% 0.56% -
HSV(B) 333.99º 0.67% 0.84% -
XYZ 34.64 20.8 24.74 -
YUV 121.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 215 72 134 0 0.67 0.38 0.16 333.99 0.64 0.56
Hex D7 48 86 0 43 26 10 14E 40 38
Octal 327 110 206 0 103 46 20 516 100 70
Binary 11010111 1001000 10000110 0 1000011 100110 10000 101001110 1000000 111000

Color Harmonies of #D74886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74886

Black with #D74886

Text Example


Text Example

White with #D74886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74886; }

 p { color: rgb(215,72,134); }

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

background-color css

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

 a { background-color: rgb(215,72,134); }

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

border-color css

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

 span { border-color: rgb(215,72,134); }

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