Html Css Color HEX #D74373 Cranberry

📋 copy color: '#D74373'

red 215 ◦ green 67 ◦ blue 115

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

Shades of Cranberry #D74373

Tints of Cranberry #D74373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.88%

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

R = 54.16%
G = 16.88%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74373 (or 0xD74373) is known color: Cranberry. HEX triplet: D7, 43 and 73. RGB value is (215,67,115). Sum of RGB (Red+Green+Blue) = 215+67+115=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74373 is #28BC8C. Grayscale: #747474. Windows color (decimal): -2669709 or 7554007. OLE color: 7554007.

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

Color convert

RGB 215 67 115 -
CMYK 0 0.69 0.47 0.16
HSL 340.54º 0.65% 0.55% -
HSV(B) 340.54º 0.69% 0.84% -
XYZ 33.13 19.7 18.28 -
YUV 116.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 215 67 115 0 0.69 0.47 0.16 340.54 0.65 0.55
Hex D7 43 73 0 45 2F 10 155 41 37
Octal 327 103 163 0 105 57 20 525 101 67
Binary 11010111 1000011 1110011 0 1000101 101111 10000 101010101 1000001 110111

Color Harmonies of #D74373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74373

Black with #D74373

Text Example


Text Example

White with #D74373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74373; }

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

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

background-color css

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

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

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

border-color css

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

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

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