Html Css Color HEX #D65071 Cranberry

📋 copy color: '#D65071'

red 214 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #D65071

Tints of Cranberry #D65071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 52.58%
G = 19.66%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D65071 (or 0xD65071) is known color: Cranberry. HEX triplet: D6, 50 and 71. RGB value is (214,80,113). Sum of RGB (Red+Green+Blue) = 214+80+113=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D65071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65071 is #29AF8E. Grayscale: #7B7B7B. Windows color (decimal): -2731919 or 7426262. OLE color: 7426262.

HSL color Cylindrical-coordinate representation of color #D65071: hue angle of 345.22º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65071 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 113 -
CMYK 0 0.63 0.47 0.16
HSL 345.22º 0.62% 0.58% -
HSV(B) 345.22º 0.63% 0.84% -
XYZ 33.58 21.23 17.95 -
YUV 123.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 214 80 113 0 0.63 0.47 0.16 345.22 0.62 0.58
Hex D6 50 71 0 3F 2F 10 159 3E 3A
Octal 326 120 161 0 77 57 20 531 76 72
Binary 11010110 1010000 1110001 0 111111 101111 10000 101011001 111110 111010

Color Harmonies of #D65071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65071

Black with #D65071

Text Example


Text Example

White with #D65071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65071; }

 p { color: rgb(214,80,113); }

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

background-color css

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

 a { background-color: rgb(214,80,113); }

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

border-color css

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

 span { border-color: rgb(214,80,113); }

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