Html Css Color HEX #D7467A Cranberry

📋 copy color: '#D7467A'

red 215 ◦ green 70 ◦ blue 122

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

Shades of Cranberry #D7467A

Tints of Cranberry #D7467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 52.83%
G = 17.2%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7467A (or 0xD7467A) is known color: Cranberry. HEX triplet: D7, 46 and 7A. RGB value is (215,70,122). Sum of RGB (Red+Green+Blue) = 215+70+122=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7467A is #28B985. Grayscale: #777777. Windows color (decimal): -2668934 or 8013527. OLE color: 8013527.

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

Color convert

RGB 215 70 122 -
CMYK 0 0.67 0.43 0.16
HSL 338.48º 0.64% 0.56% -
HSV(B) 338.48º 0.67% 0.84% -
XYZ 33.73 20.23 20.54 -
YUV 119.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 215 70 122 0 0.67 0.43 0.16 338.48 0.64 0.56
Hex D7 46 7A 0 43 2B 10 152 40 38
Octal 327 106 172 0 103 53 20 522 100 70
Binary 11010111 1000110 1111010 0 1000011 101011 10000 101010010 1000000 111000

Color Harmonies of #D7467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7467A

Black with #D7467A

Text Example


Text Example

White with #D7467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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