Html Css Color HEX #D74880 Cranberry

📋 copy color: '#D74880'

red 215 ◦ green 72 ◦ blue 128

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

Shades of Cranberry #D74880

Tints of Cranberry #D74880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 51.81%
G = 17.35%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74880 (or 0xD74880) is known color: Cranberry. HEX triplet: D7, 48 and 80. RGB value is (215,72,128). Sum of RGB (Red+Green+Blue) = 215+72+128=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D74880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74880 is #28B77F. Grayscale: #797979. Windows color (decimal): -2668416 or 8407255. OLE color: 8407255.

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

Color convert

RGB 215 72 128 -
CMYK 0 0.67 0.40 0.16
HSL 336.5º 0.64% 0.56% -
HSV(B) 336.5º 0.67% 0.84% -
XYZ 34.24 20.64 22.6 -
YUV 121.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 215 72 128 0 0.67 0.40 0.16 336.5 0.64 0.56
Hex D7 48 80 0 43 28 10 151 40 38
Octal 327 110 200 0 103 50 20 521 100 70
Binary 11010111 1001000 10000000 0 1000011 101000 10000 101010001 1000000 111000

Color Harmonies of #D74880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74880

Black with #D74880

Text Example


Text Example

White with #D74880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74880; }

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

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

background-color css

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

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

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

border-color css

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

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

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