Html Css Color HEX #D65375 Cranberry

📋 copy color: '#D65375'

red 214 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #D65375

Tints of Cranberry #D65375

RGB

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

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

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

R = 51.69%
G = 20.05%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65375 (or 0xD65375) is known color: Cranberry. HEX triplet: D6, 53 and 75. RGB value is (214,83,117). Sum of RGB (Red+Green+Blue) = 214+83+117=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D65375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65375 is #29AC8A. Grayscale: #7E7E7E. Windows color (decimal): -2731147 or 7689174. OLE color: 7689174.

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

Color convert

RGB 214 83 117 -
CMYK 0 0.61 0.45 0.16
HSL 344.43º 0.62% 0.58% -
HSV(B) 344.43º 0.61% 0.84% -
XYZ 34.04 21.77 19.24 -
YUV 126.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 214 83 117 0 0.61 0.45 0.16 344.43 0.62 0.58
Hex D6 53 75 0 3D 2D 10 158 3E 3A
Octal 326 123 165 0 75 55 20 530 76 72
Binary 11010110 1010011 1110101 0 111101 101101 10000 101011000 111110 111010

Color Harmonies of #D65375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65375

Black with #D65375

Text Example


Text Example

White with #D65375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65375; }

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

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

background-color css

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

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

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

border-color css

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

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

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