Html Css Color HEX #D74583 Cranberry

📋 copy color: '#D74583'

red 215 ◦ green 69 ◦ blue 131

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

Shades of Cranberry #D74583

Tints of Cranberry #D74583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

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

R = 51.81%
G = 16.63%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D74583 (or 0xD74583) is known color: Cranberry. HEX triplet: D7, 45 and 83. RGB value is (215,69,131). Sum of RGB (Red+Green+Blue) = 215+69+131=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D74583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74583 is #28BA7C. Grayscale: #777777. Windows color (decimal): -2669181 or 8603095. OLE color: 8603095.

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

Color convert

RGB 215 69 131 -
CMYK 0 0.68 0.39 0.16
HSL 334.52º 0.65% 0.56% -
HSV(B) 334.52º 0.68% 0.84% -
XYZ 34.25 20.34 23.59 -
YUV 119.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 215 69 131 0 0.68 0.39 0.16 334.52 0.65 0.56
Hex D7 45 83 0 44 27 10 14F 41 38
Octal 327 105 203 0 104 47 20 517 101 70
Binary 11010111 1000101 10000011 0 1000100 100111 10000 101001111 1000001 111000

Color Harmonies of #D74583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74583

Black with #D74583

Text Example


Text Example

White with #D74583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74583; }

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

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

background-color css

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

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

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

border-color css

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

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

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