Html Css Color HEX #D74682 Cranberry

📋 copy color: '#D74682'

red 215 ◦ green 70 ◦ blue 130

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

Shades of Cranberry #D74682

Tints of Cranberry #D74682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 51.81%
G = 16.87%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74682 (or 0xD74682) is known color: Cranberry. HEX triplet: D7, 46 and 82. RGB value is (215,70,130). Sum of RGB (Red+Green+Blue) = 215+70+130=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D74682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74682 is #28B97D. Grayscale: #787878. Windows color (decimal): -2668926 or 8537815. OLE color: 8537815.

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

Color convert

RGB 215 70 130 -
CMYK 0 0.67 0.40 0.16
HSL 335.17º 0.64% 0.56% -
HSV(B) 335.17º 0.67% 0.84% -
XYZ 34.24 20.44 23.26 -
YUV 120.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 215 70 130 0 0.67 0.40 0.16 335.17 0.64 0.56
Hex D7 46 82 0 43 28 10 14F 40 38
Octal 327 106 202 0 103 50 20 517 100 70
Binary 11010111 1000110 10000010 0 1000011 101000 10000 101001111 1000000 111000

Color Harmonies of #D74682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74682

Black with #D74682

Text Example


Text Example

White with #D74682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74682; }

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

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

background-color css

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

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

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

border-color css

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

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

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