Html Css Color HEX #D74983 Cranberry

📋 copy color: '#D74983'

red 215 ◦ green 73 ◦ blue 131

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

Shades of Cranberry #D74983

Tints of Cranberry #D74983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.42%

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 51.31%
G = 17.42%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D74983 (or 0xD74983) is known color: Cranberry. HEX triplet: D7, 49 and 83. RGB value is (215,73,131). Sum of RGB (Red+Green+Blue) = 215+73+131=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D74983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74983 is #28B67C. Grayscale: #797979. Windows color (decimal): -2668157 or 8604119. OLE color: 8604119.

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

Color convert

RGB 215 73 131 -
CMYK 0 0.66 0.39 0.16
HSL 335.49º 0.64% 0.56% -
HSV(B) 335.49º 0.66% 0.84% -
XYZ 34.5 20.85 23.68 -
YUV 122.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 215 73 131 0 0.66 0.39 0.16 335.49 0.64 0.56
Hex D7 49 83 0 42 27 10 14F 40 38
Octal 327 111 203 0 102 47 20 517 100 70
Binary 11010111 1001001 10000011 0 1000010 100111 10000 101001111 1000000 111000

Color Harmonies of #D74983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74983

Black with #D74983

Text Example


Text Example

White with #D74983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74983; }

 p { color: rgb(215,73,131); }

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

background-color css

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

 a { background-color: rgb(215,73,131); }

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

border-color css

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

 span { border-color: rgb(215,73,131); }

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