Html Css Color HEX #D74673 Cranberry

📋 copy color: '#D74673'

red 215 ◦ green 70 ◦ blue 115

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

Shades of Cranberry #D74673

Tints of Cranberry #D74673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 53.75%
G = 17.5%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74673 (or 0xD74673) is known color: Cranberry. HEX triplet: D7, 46 and 73. RGB value is (215,70,115). Sum of RGB (Red+Green+Blue) = 215+70+115=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74673 is #28B98C. Grayscale: #767676. Windows color (decimal): -2668941 or 7554775. OLE color: 7554775.

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

Color convert

RGB 215 70 115 -
CMYK 0 0.67 0.47 0.16
HSL 341.38º 0.64% 0.56% -
HSV(B) 341.38º 0.67% 0.84% -
XYZ 33.31 20.07 18.34 -
YUV 118.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 215 70 115 0 0.67 0.47 0.16 341.38 0.64 0.56
Hex D7 46 73 0 43 2F 10 155 40 38
Octal 327 106 163 0 103 57 20 525 100 70
Binary 11010111 1000110 1110011 0 1000011 101111 10000 101010101 1000000 111000

Color Harmonies of #D74673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74673

Black with #D74673

Text Example


Text Example

White with #D74673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74673; }

 p { color: rgb(215,70,115); }

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

background-color css

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

 a { background-color: rgb(215,70,115); }

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

border-color css

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

 span { border-color: rgb(215,70,115); }

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