Html Css Color HEX #D65F80 Cranberry

📋 copy color: '#D65F80'

red 214 ◦ green 95 ◦ blue 128

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

Shades of Cranberry #D65F80

Tints of Cranberry #D65F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 48.97%
G = 21.74%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65F80 (or 0xD65F80) is known color: Cranberry. HEX triplet: D6, 5F and 80. RGB value is (214,95,128). Sum of RGB (Red+Green+Blue) = 214+95+128=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F80 is #29A07F. Grayscale: #868686. Windows color (decimal): -2728064 or 8413142. OLE color: 8413142.

HSL color Cylindrical-coordinate representation of color #D65F80: hue angle of 343.36º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F80 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 128 -
CMYK 0 0.56 0.40 0.16
HSL 343.36º 0.59% 0.61% -
HSV(B) 343.36º 0.56% 0.84% -
XYZ 35.72 24.04 23.18 -
YUV 134.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 214 95 128 0 0.56 0.40 0.16 343.36 0.59 0.61
Hex D6 5F 80 0 38 28 10 157 3B 3D
Octal 326 137 200 0 70 50 20 527 73 75
Binary 11010110 1011111 10000000 0 111000 101000 10000 101010111 111011 111101

Color Harmonies of #D65F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F80

Black with #D65F80

Text Example


Text Example

White with #D65F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F80; }

 p { color: rgb(214,95,128); }

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

background-color css

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

 a { background-color: rgb(214,95,128); }

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

border-color css

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

 span { border-color: rgb(214,95,128); }

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