Html Css Color HEX #D74482 Cranberry

📋 copy color: '#D74482'

red 215 ◦ green 68 ◦ blue 130

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

Shades of Cranberry #D74482

Tints of Cranberry #D74482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.46%

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

R = 52.06%
G = 16.46%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74482 (or 0xD74482) is known color: Cranberry. HEX triplet: D7, 44 and 82. RGB value is (215,68,130). Sum of RGB (Red+Green+Blue) = 215+68+130=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74482 is #28BB7D. Grayscale: #767676. Windows color (decimal): -2669438 or 8537303. OLE color: 8537303.

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

Color convert

RGB 215 68 130 -
CMYK 0 0.68 0.40 0.16
HSL 334.69º 0.65% 0.55% -
HSV(B) 334.69º 0.68% 0.84% -
XYZ 34.12 20.19 23.22 -
YUV 119.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 215 68 130 0 0.68 0.40 0.16 334.69 0.65 0.55
Hex D7 44 82 0 44 28 10 14F 41 37
Octal 327 104 202 0 104 50 20 517 101 67
Binary 11010111 1000100 10000010 0 1000100 101000 10000 101001111 1000001 110111

Color Harmonies of #D74482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74482

Black with #D74482

Text Example


Text Example

White with #D74482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74482; }

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

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

background-color css

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

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

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

border-color css

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

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

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