Html Css Color HEX #D3467F Cranberry

📋 copy color: '#D3467F'

red 211 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #D3467F

Tints of Cranberry #D3467F

RGB

 RED value IS 211 (82.81% from 255) = 51.72%

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 51.72%
G = 17.16%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3467F (or 0xD3467F) is known color: Cranberry. HEX triplet: D3, 46 and 7F. RGB value is (211,70,127). Sum of RGB (Red+Green+Blue) = 211+70+127=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D3467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3467F is #2CB980. Grayscale: #767676. Windows color (decimal): -2931073 or 8341203. OLE color: 8341203.

HSL color Cylindrical-coordinate representation of color #D3467F: hue angle of 335.74º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3467F is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 70 127 -
CMYK 0 0.67 0.40 0.17
HSL 335.74º 0.62% 0.55% -
HSV(B) 335.74º 0.67% 0.83% -
XYZ 32.88 19.76 22.16 -
YUV 118.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 211 70 127 0 0.67 0.40 0.17 335.74 0.62 0.55
Hex D3 46 7F 0 43 28 11 150 3E 37
Octal 323 106 177 0 103 50 21 520 76 67
Binary 11010011 1000110 1111111 0 1000011 101000 10001 101010000 111110 110111

Color Harmonies of #D3467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3467F

Black with #D3467F

Text Example


Text Example

White with #D3467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3467F; }

 p { color: rgb(211,70,127); }

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

background-color css

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

 a { background-color: rgb(211,70,127); }

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

border-color css

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

 span { border-color: rgb(211,70,127); }

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