Html Css Color HEX #D65275 Cranberry

📋 copy color: '#D65275'

red 214 ◦ green 82 ◦ blue 117

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

Shades of Cranberry #D65275

Tints of Cranberry #D65275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 51.82%
G = 19.85%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65275 (or 0xD65275) is known color: Cranberry. HEX triplet: D6, 52 and 75. RGB value is (214,82,117). Sum of RGB (Red+Green+Blue) = 214+82+117=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65275 is #29AD8A. Grayscale: #7D7D7D. Windows color (decimal): -2731403 or 7688918. OLE color: 7688918.

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

Color convert

RGB 214 82 117 -
CMYK 0 0.62 0.45 0.16
HSL 344.09º 0.62% 0.58% -
HSV(B) 344.09º 0.62% 0.84% -
XYZ 33.96 21.62 19.21 -
YUV 125.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 214 82 117 0 0.62 0.45 0.16 344.09 0.62 0.58
Hex D6 52 75 0 3E 2D 10 158 3E 3A
Octal 326 122 165 0 76 55 20 530 76 72
Binary 11010110 1010010 1110101 0 111110 101101 10000 101011000 111110 111010

Color Harmonies of #D65275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65275

Black with #D65275

Text Example


Text Example

White with #D65275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65275; }

 p { color: rgb(214,82,117); }

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

background-color css

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

 a { background-color: rgb(214,82,117); }

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

border-color css

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

 span { border-color: rgb(214,82,117); }

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