Html Css Color HEX #D74574 Cranberry

📋 copy color: '#D74574'

red 215 ◦ green 69 ◦ blue 116

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

Shades of Cranberry #D74574

Tints of Cranberry #D74574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29%

R = 53.75%
G = 17.25%
B = 29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D74574 (or 0xD74574) is known color: Cranberry. HEX triplet: D7, 45 and 74. RGB value is (215,69,116). Sum of RGB (Red+Green+Blue) = 215+69+116=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74574 is #28BA8B. Grayscale: #757575. Windows color (decimal): -2669196 or 7620055. OLE color: 7620055.

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

Color convert

RGB 215 69 116 -
CMYK 0 0.68 0.46 0.16
HSL 340.68º 0.65% 0.56% -
HSV(B) 340.68º 0.68% 0.84% -
XYZ 33.3 19.96 18.62 -
YUV 118.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 215 69 116 0 0.68 0.46 0.16 340.68 0.65 0.56
Hex D7 45 74 0 44 2E 10 155 41 38
Octal 327 105 164 0 104 56 20 525 101 70
Binary 11010111 1000101 1110100 0 1000100 101110 10000 101010101 1000001 111000

Color Harmonies of #D74574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74574

Black with #D74574

Text Example


Text Example

White with #D74574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74574; }

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

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

background-color css

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

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

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

border-color css

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

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

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