Html Css Color HEX #D65380 Cranberry

📋 copy color: '#D65380'

red 214 ◦ green 83 ◦ blue 128

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

Shades of Cranberry #D65380

Tints of Cranberry #D65380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

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

R = 50.35%
G = 19.53%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65380 (or 0xD65380) is known color: Cranberry. HEX triplet: D6, 53 and 80. RGB value is (214,83,128). Sum of RGB (Red+Green+Blue) = 214+83+128=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D65380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65380 is #29AC7F. Grayscale: #7F7F7F. Windows color (decimal): -2731136 or 8410070. OLE color: 8410070.

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

Color convert

RGB 214 83 128 -
CMYK 0 0.61 0.40 0.16
HSL 339.39º 0.62% 0.58% -
HSV(B) 339.39º 0.61% 0.84% -
XYZ 34.72 22.04 22.85 -
YUV 127.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 214 83 128 0 0.61 0.40 0.16 339.39 0.62 0.58
Hex D6 53 80 0 3D 28 10 153 3E 3A
Octal 326 123 200 0 75 50 20 523 76 72
Binary 11010110 1010011 10000000 0 111101 101000 10000 101010011 111110 111010

Color Harmonies of #D65380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65380

Black with #D65380

Text Example


Text Example

White with #D65380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65380; }

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

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

background-color css

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

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

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

border-color css

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

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

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