Html Css Color HEX #D7467B Cranberry

📋 copy color: '#D7467B'

red 215 ◦ green 70 ◦ blue 123

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

Shades of Cranberry #D7467B

Tints of Cranberry #D7467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 52.7%
G = 17.16%
B = 30.15%

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

#D7467B (or 0xD7467B) is known color: Cranberry. HEX triplet: D7, 46 and 7B. RGB value is (215,70,123). Sum of RGB (Red+Green+Blue) = 215+70+123=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7467B is #28B984. Grayscale: #777777. Windows color (decimal): -2668933 or 8079063. OLE color: 8079063.

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

Color convert

RGB 215 70 123 -
CMYK 0 0.67 0.43 0.16
HSL 338.07º 0.64% 0.56% -
HSV(B) 338.07º 0.67% 0.84% -
XYZ 33.79 20.26 20.87 -
YUV 119.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 215 70 123 0 0.67 0.43 0.16 338.07 0.64 0.56
Hex D7 46 7B 0 43 2B 10 152 40 38
Octal 327 106 173 0 103 53 20 522 100 70
Binary 11010111 1000110 1111011 0 1000011 101011 10000 101010010 1000000 111000

Color Harmonies of #D7467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7467B

Black with #D7467B

Text Example


Text Example

White with #D7467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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