Html Css Color HEX #D64683 Cranberry

📋 copy color: '#D64683'

red 214 ◦ green 70 ◦ blue 131

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

Shades of Cranberry #D64683

Tints of Cranberry #D64683

RGB

 RED value IS 214 (83.98% from 255) = 51.57%

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

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 51.57%
G = 16.87%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64683 (or 0xD64683) is known color: Cranberry. HEX triplet: D6, 46 and 83. RGB value is (214,70,131). Sum of RGB (Red+Green+Blue) = 214+70+131=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64683 is #29B97C. Grayscale: #777777. Windows color (decimal): -2734461 or 8603350. OLE color: 8603350.

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

Color convert

RGB 214 70 131 -
CMYK 0 0.67 0.39 0.16
HSL 334.58º 0.64% 0.56% -
HSV(B) 334.58º 0.67% 0.84% -
XYZ 34.02 20.32 23.6 -
YUV 120.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 214 70 131 0 0.67 0.39 0.16 334.58 0.64 0.56
Hex D6 46 83 0 43 27 10 14F 40 38
Octal 326 106 203 0 103 47 20 517 100 70
Binary 11010110 1000110 10000011 0 1000011 100111 10000 101001111 1000000 111000

Color Harmonies of #D64683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64683

Black with #D64683

Text Example


Text Example

White with #D64683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64683; }

 p { color: rgb(214,70,131); }

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

background-color css

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

 a { background-color: rgb(214,70,131); }

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

border-color css

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

 span { border-color: rgb(214,70,131); }

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