Html Css Color HEX #D74781 Cranberry

📋 copy color: '#D74781'

red 215 ◦ green 71 ◦ blue 129

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

Shades of Cranberry #D74781

Tints of Cranberry #D74781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 51.81%
G = 17.11%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D74781 (or 0xD74781) is known color: Cranberry. HEX triplet: D7, 47 and 81. RGB value is (215,71,129). Sum of RGB (Red+Green+Blue) = 215+71+129=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D74781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74781 is #28B87E. Grayscale: #787878. Windows color (decimal): -2668671 or 8472535. OLE color: 8472535.

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

Color convert

RGB 215 71 129 -
CMYK 0 0.67 0.4 0.16
HSL 335.83º 0.64% 0.56% -
HSV(B) 335.83º 0.67% 0.84% -
XYZ 34.24 20.54 22.93 -
YUV 120.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 215 71 129 0 0.67 0.4 0.16 335.83 0.64 0.56
Hex D7 47 81 0 43 28 10 150 40 38
Octal 327 107 201 0 103 50 20 520 100 70
Binary 11010111 1000111 10000001 0 1000011 101000 10000 101010000 1000000 111000

Color Harmonies of #D74781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74781

Black with #D74781

Text Example


Text Example

White with #D74781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74781; }

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

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

background-color css

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

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

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

border-color css

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

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

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