Html Css Color HEX #D74784 Cranberry

📋 copy color: '#D74784'

red 215 ◦ green 71 ◦ blue 132

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

Shades of Cranberry #D74784

Tints of Cranberry #D74784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 51.44%
G = 16.99%
B = 31.58%

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

#D74784 (or 0xD74784) is known color: Cranberry. HEX triplet: D7, 47 and 84. RGB value is (215,71,132). Sum of RGB (Red+Green+Blue) = 215+71+132=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74784 is #28B87B. Grayscale: #787878. Windows color (decimal): -2668668 or 8669143. OLE color: 8669143.

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

Color convert

RGB 215 71 132 -
CMYK 0 0.67 0.39 0.16
HSL 334.58º 0.64% 0.56% -
HSV(B) 334.58º 0.67% 0.84% -
XYZ 34.44 20.62 23.99 -
YUV 121.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 215 71 132 0 0.67 0.39 0.16 334.58 0.64 0.56
Hex D7 47 84 0 43 27 10 14F 40 38
Octal 327 107 204 0 103 47 20 517 100 70
Binary 11010111 1000111 10000100 0 1000011 100111 10000 101001111 1000000 111000

Color Harmonies of #D74784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74784

Black with #D74784

Text Example


Text Example

White with #D74784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74784; }

 p { color: rgb(215,71,132); }

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

background-color css

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

 a { background-color: rgb(215,71,132); }

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

border-color css

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

 span { border-color: rgb(215,71,132); }

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