Html Css Color HEX #D74883 Cranberry

📋 copy color: '#D74883'

red 215 ◦ green 72 ◦ blue 131

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

Shades of Cranberry #D74883

Tints of Cranberry #D74883

RGB

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

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

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

R = 51.44%
G = 17.22%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D74883 (or 0xD74883) is known color: Cranberry. HEX triplet: D7, 48 and 83. RGB value is (215,72,131). Sum of RGB (Red+Green+Blue) = 215+72+131=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74883 is #28B77C. Grayscale: #797979. Windows color (decimal): -2668413 or 8603863. OLE color: 8603863.

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

Color convert

RGB 215 72 131 -
CMYK 0 0.67 0.39 0.16
HSL 335.24º 0.64% 0.56% -
HSV(B) 335.24º 0.67% 0.84% -
XYZ 34.44 20.72 23.66 -
YUV 121.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 215 72 131 0 0.67 0.39 0.16 335.24 0.64 0.56
Hex D7 48 83 0 43 27 10 14F 40 38
Octal 327 110 203 0 103 47 20 517 100 70
Binary 11010111 1001000 10000011 0 1000011 100111 10000 101001111 1000000 111000

Color Harmonies of #D74883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74883

Black with #D74883

Text Example


Text Example

White with #D74883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74883; }

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

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

background-color css

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

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

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

border-color css

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

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

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